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