#[repr(C)]pub struct libmnt_cache { /* private fields */ }Expand description
libmnt_cache:
Stores canonicalized paths and evaluated tags
Trait Implementations§
source§impl Clone for libmnt_cache
impl Clone for libmnt_cache
source§fn clone(&self) -> libmnt_cache
fn clone(&self) -> libmnt_cache
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_cache
impl Debug for libmnt_cache
impl Copy for libmnt_cache
Auto Trait Implementations§
impl Freeze for libmnt_cache
impl RefUnwindSafe for libmnt_cache
impl Send for libmnt_cache
impl Sync for libmnt_cache
impl Unpin for libmnt_cache
impl UnwindSafe for libmnt_cache
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)