#[repr(C)]pub struct IOPrtErrReq {
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,
pub io_Hook: *mut Hook,
}Fields§
§io_Message: Message§io_Device: *mut Device§io_Unit: *mut Unit§io_Command: UWORD§io_Flags: UBYTE§io_Error: BYTE§io_Hook: *mut HookTrait Implementations§
Source§impl Clone for IOPrtErrReq
impl Clone for IOPrtErrReq
Source§fn clone(&self) -> IOPrtErrReq
fn clone(&self) -> IOPrtErrReq
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IOPrtErrReq
Auto Trait Implementations§
impl !Send for IOPrtErrReq
impl !Sync for IOPrtErrReq
impl Freeze for IOPrtErrReq
impl RefUnwindSafe for IOPrtErrReq
impl Unpin for IOPrtErrReq
impl UnsafeUnpin for IOPrtErrReq
impl UnwindSafe for IOPrtErrReq
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