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