#[repr(C)]pub struct IORequest {
pub io_Message: Message,
pub io_Device: *mut Device,
pub io_Unit: *mut Unit,
pub io_Command: UWORD,
pub io_Flags: UBYTE,
pub io_Error: BYTE,
}Fields§
§io_Message: Message§io_Device: *mut Device§io_Unit: *mut Unit§io_Command: UWORD§io_Flags: UBYTE§io_Error: BYTETrait Implementations§
Auto Trait Implementations§
impl !Send for IORequest
impl !Sync for IORequest
impl Freeze for IORequest
impl RefUnwindSafe for IORequest
impl Unpin for IORequest
impl UnsafeUnpin for IORequest
impl UnwindSafe for IORequest
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