[−][src]Struct fuse::protocol::fuse_init::FuseInitResponse
Response type for FuseHandlers::fuse_init.
Implementations
impl FuseInitResponse[src]
pub fn new() -> FuseInitResponse[src]
pub fn flags(&self) -> &FuseInitFlags[src]
pub fn flags_mut(&mut self) -> &mut FuseInitFlags[src]
pub fn max_readahead(&self) -> u32[src]
pub fn set_max_readahead(&mut self, max_readahead: u32)[src]
pub fn max_background(&self) -> u16[src]
pub fn set_max_background(&mut self, max_background: u16)[src]
pub fn congestion_threshold(&self) -> u16[src]
pub fn set_congestion_threshold(&mut self, congestion_threshold: u16)[src]
pub fn max_write(&self) -> u32[src]
pub fn set_max_write(&mut self, max_write: u32)[src]
pub fn time_granularity(&self) -> u32[src]
pub fn set_time_granularity(&mut self, granularity: u32)[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FuseInitResponse
impl Send for FuseInitResponse
impl Sync for FuseInitResponse
impl Unpin for FuseInitResponse
impl UnwindSafe for FuseInitResponse
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, 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>,