#[repr(C)]pub struct QemuEvent {
pub value: u32,
}Fields§
§value: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for QemuEvent
impl RefUnwindSafe for QemuEvent
impl Send for QemuEvent
impl Sync for QemuEvent
impl Unpin for QemuEvent
impl UnwindSafe for QemuEvent
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