pub struct VmEventEmulReadData {
pub size: u32,
pub data: [u8; 340],
}
Fields§
§size: u32
§data: [u8; 340]
Trait Implementations§
Source§impl Debug for VmEventEmulReadData
impl Debug for VmEventEmulReadData
Source§impl Default for VmEventEmulReadData
impl Default for VmEventEmulReadData
Source§impl From<VmEventEmulReadData> for vm_event_emul_read_data
impl From<VmEventEmulReadData> for vm_event_emul_read_data
Source§fn from(value: VmEventEmulReadData) -> Self
fn from(value: VmEventEmulReadData) -> Self
Converts to this type from the input type.
Source§impl From<vm_event_emul_read_data> for VmEventEmulReadData
impl From<vm_event_emul_read_data> for VmEventEmulReadData
Source§fn from(value: vm_event_emul_read_data) -> Self
fn from(value: vm_event_emul_read_data) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VmEventEmulReadData
impl RefUnwindSafe for VmEventEmulReadData
impl Send for VmEventEmulReadData
impl Sync for VmEventEmulReadData
impl Unpin for VmEventEmulReadData
impl UnwindSafe for VmEventEmulReadData
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