[−][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: bool
posix_locks: bool
file_ops: bool
atomic_o_trunc: bool
export_support: bool
big_writes: bool
dont_mask: bool
splice_write: bool
splice_move: bool
splice_read: bool
flock_locks: bool
has_ioctl_dir: bool
auto_inval_data: bool
do_readdirplus: bool
readdirplus_auto: bool
async_dio: bool
writeback_cache: bool
no_open_support: bool
parallel_dirops: bool
handle_killpriv: bool
posix_acl: bool
abort_error: bool
Implementations
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>,