#[repr(C, packed(2))]pub struct IOExtTD {
pub iotd_Req: IOStdReq,
pub iotd_Count: ULONG,
pub iotd_SecLabel: APTR,
}Fields§
§iotd_Req: IOStdReq§iotd_Count: ULONG§iotd_SecLabel: APTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for IOExtTD
impl RefUnwindSafe for IOExtTD
impl !Send for IOExtTD
impl !Sync for IOExtTD
impl Unpin for IOExtTD
impl UnwindSafe for IOExtTD
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