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