pub struct MountOptionsV2 {
pub readonly: bool,
pub flags: u32,
}
Expand description
Mount options (for compatibility with manager_v2.rs)
Fields§
§readonly: bool
§flags: u32
Trait Implementations§
Source§impl Clone for MountOptionsV2
impl Clone for MountOptionsV2
Source§fn clone(&self) -> MountOptionsV2
fn clone(&self) -> MountOptionsV2
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MountOptionsV2
impl Debug for MountOptionsV2
Source§impl Default for MountOptionsV2
impl Default for MountOptionsV2
Source§fn default() -> MountOptionsV2
fn default() -> MountOptionsV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MountOptionsV2
impl RefUnwindSafe for MountOptionsV2
impl Send for MountOptionsV2
impl Sync for MountOptionsV2
impl Unpin for MountOptionsV2
impl UnwindSafe for MountOptionsV2
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)