pub struct VmEventIo {
pub bytes: u32,
pub port: u16,
pub direction: u8,
pub str: u8,
}
Fields§
§bytes: u32
§port: u16
§direction: u8
§str: u8
Trait Implementations§
Source§impl From<VmEventIo> for vm_event_io
impl From<VmEventIo> for vm_event_io
Source§impl From<vm_event_io> for VmEventIo
impl From<vm_event_io> for VmEventIo
Source§fn from(value: vm_event_io) -> Self
fn from(value: vm_event_io) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventIo
impl RefUnwindSafe for VmEventIo
impl Send for VmEventIo
impl Sync for VmEventIo
impl Unpin for VmEventIo
impl UnwindSafe for VmEventIo
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