#[repr(C)]pub struct ExitMmio {
pub phys_addr: u64,
pub data: [u8; 8],
pub len: u32,
pub is_write: u8,
}
Fields§
§phys_addr: u64
§data: [u8; 8]
§len: u32
§is_write: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExitMmio
impl RefUnwindSafe for ExitMmio
impl Send for ExitMmio
impl Sync for ExitMmio
impl Unpin for ExitMmio
impl UnwindSafe for ExitMmio
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