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