#[repr(C)]pub struct fuse_init_out {}
Fields§
§major: u32
§minor: u32
§max_readahead: u32
§flags: u32
§max_background: u16
§congestion_threshold: u16
§max_write: u32
§time_gran: u32
§max_pages: u16
§map_alignment: u16
§flags2: u32
§max_stack_depth: u32
§unused: [u32; 6]
Trait Implementations§
Source§impl Clone for fuse_init_out
impl Clone for fuse_init_out
Source§fn clone(&self) -> fuse_init_out
fn clone(&self) -> fuse_init_out
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fuse_init_out
impl Debug for fuse_init_out
Source§impl Default for fuse_init_out
impl Default for fuse_init_out
Source§fn default() -> fuse_init_out
fn default() -> fuse_init_out
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_init_out
impl Hash for fuse_init_out
Source§impl PartialEq for fuse_init_out
impl PartialEq for fuse_init_out
impl Copy for fuse_init_out
impl Eq for fuse_init_out
impl StructuralPartialEq for fuse_init_out
Auto Trait Implementations§
impl Freeze for fuse_init_out
impl RefUnwindSafe for fuse_init_out
impl Send for fuse_init_out
impl Sync for fuse_init_out
impl Unpin for fuse_init_out
impl UnwindSafe for fuse_init_out
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