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