#[repr(C)]pub struct ExitIo {
pub direction: IoDirection,
pub size: u8,
pub port: u16,
pub count: u32,
pub data_offset: u64,
}
Fields§
§direction: IoDirection
§size: u8
§port: u16
§count: u32
§data_offset: u64
Trait Implementations§
impl Copy for ExitIo
Auto Trait Implementations§
impl Freeze for ExitIo
impl RefUnwindSafe for ExitIo
impl Send for ExitIo
impl Sync for ExitIo
impl Unpin for ExitIo
impl UnwindSafe for ExitIo
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