#[repr(C)]pub struct __sFILE { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __sFILE
impl RefUnwindSafe for __sFILE
impl Send for __sFILE
impl Sync for __sFILE
impl Unpin for __sFILE
impl UnwindSafe for __sFILE
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