pub struct FSInfo {
pub attr: Option<Attr>,
pub rtmax: u32,
pub rtpref: u32,
pub rtmult: u32,
pub wtmax: u32,
pub wtpref: u32,
pub wtmult: u32,
pub dtpref: u32,
pub maxfilesize: u64,
pub time_delta: Time,
pub properties: u32,
}Expand description
Struct describing non-volatile file system state information.
Fields§
§attr: Option<Attr>§rtmax: u32§rtpref: u32§rtmult: u32§wtmax: u32§wtpref: u32§wtmult: u32§dtpref: u32§maxfilesize: u64§time_delta: Time§properties: u32Trait Implementations§
impl StructuralPartialEq for FSInfo
Auto Trait Implementations§
impl !Freeze for FSInfo
impl RefUnwindSafe for FSInfo
impl Send for FSInfo
impl Sync for FSInfo
impl Unpin for FSInfo
impl UnsafeUnpin for FSInfo
impl UnwindSafe for FSInfo
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