#[repr(C, packed(2))]pub struct IOExtPar {
pub IOPar: IOStdReq,
pub io_PExtFlags: ULONG,
pub io_Status: UBYTE,
pub io_ParFlags: UBYTE,
pub io_PTermArray: IOPArray,
}Fields§
§IOPar: IOStdReq§io_PExtFlags: ULONG§io_Status: UBYTE§io_ParFlags: UBYTE§io_PTermArray: IOPArrayTrait Implementations§
Auto Trait Implementations§
impl Freeze for IOExtPar
impl RefUnwindSafe for IOExtPar
impl !Send for IOExtPar
impl !Sync for IOExtPar
impl Unpin for IOExtPar
impl UnwindSafe for IOExtPar
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