pub struct copyfile_state_t(/* private fields */);
Expand description
copyfile_state_t
—State for use with fcopyfile
.
Trait Implementations§
Source§impl Clone for copyfile_state_t
impl Clone for copyfile_state_t
Source§fn clone(&self) -> copyfile_state_t
fn clone(&self) -> copyfile_state_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for copyfile_state_t
Auto Trait Implementations§
impl Freeze for copyfile_state_t
impl RefUnwindSafe for copyfile_state_t
impl !Send for copyfile_state_t
impl !Sync for copyfile_state_t
impl Unpin for copyfile_state_t
impl UnwindSafe for copyfile_state_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more