pub struct ReplyStatfs { /* private fields */ }Expand description
Statfs Reply
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplyStatfs
impl RefUnwindSafe for ReplyStatfs
impl Send for ReplyStatfs
impl Sync for ReplyStatfs
impl Unpin for ReplyStatfs
impl UnwindSafe for ReplyStatfs
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