#[repr(C)]pub struct libmnt_update { /* private fields */ }Expand description
libmnt_update
/etc/mtab or utab update description
Trait Implementations§
source§impl Clone for libmnt_update
impl Clone for libmnt_update
source§fn clone(&self) -> libmnt_update
fn clone(&self) -> libmnt_update
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for libmnt_update
impl Debug for libmnt_update
impl Copy for libmnt_update
Auto Trait Implementations§
impl Freeze for libmnt_update
impl RefUnwindSafe for libmnt_update
impl Send for libmnt_update
impl Sync for libmnt_update
impl Unpin for libmnt_update
impl UnwindSafe for libmnt_update
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)