[−][src]Struct fuse::protocol::fuse_init::FuseInitFlags   
Fields (Non-exhaustive)
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.async_read: boolposix_locks: boolfile_ops: boolatomic_o_trunc: boolexport_support: boolbig_writes: booldont_mask: boolsplice_write: boolsplice_move: boolsplice_read: boolflock_locks: boolhas_ioctl_dir: boolauto_inval_data: booldo_readdirplus: boolreaddirplus_auto: boolasync_dio: boolwriteback_cache: boolno_open_support: boolparallel_dirops: boolhandle_killpriv: boolposix_acl: boolabort_error: boolImplementations
impl FuseInitFlags[src]
pub fn new() -> FuseInitFlags[src]
Trait Implementations
impl Clone for FuseInitFlags[src]
fn clone(&self) -> FuseInitFlags[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for FuseInitFlags[src]
impl Debug for FuseInitFlags[src]
impl Eq for FuseInitFlags[src]
impl PartialEq<FuseInitFlags> for FuseInitFlags[src]
fn eq(&self, other: &FuseInitFlags) -> bool[src]
fn ne(&self, other: &FuseInitFlags) -> bool[src]
impl StructuralEq for FuseInitFlags[src]
impl StructuralPartialEq for FuseInitFlags[src]
Auto Trait Implementations
impl RefUnwindSafe for FuseInitFlags
impl Send for FuseInitFlags
impl Sync for FuseInitFlags
impl Unpin for FuseInitFlags
impl UnwindSafe for FuseInitFlags
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,