Struct hermit::x86_64::kernel::fuse::fuse_init_out [−][src]
#[repr(C)]pub struct fuse_init_out { pub major: u32, pub minor: u32, pub max_readahead: u32, pub flags: u32, pub max_background: u16, pub congestion_threshold: u16, pub max_write: u32, pub time_gran: u32, pub unused: [u32; 9], }
Fields
major: u32
minor: u32
max_readahead: u32
flags: u32
max_background: u16
congestion_threshold: u16
max_write: u32
time_gran: u32
unused: [u32; 9]
Trait Implementations
impl Debug for fuse_init_out
[src]
impl Debug for fuse_init_out
[src]impl Default for fuse_init_out
[src]
impl Default for fuse_init_out
[src]fn default() -> fuse_init_out
[src]
fn default() -> fuse_init_out
[src]Returns the “default value” for a type. Read more