Struct rustix::fs::copyfile_state_t
source · #[repr(transparent)]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 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