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