#[repr(C, packed(2))]pub struct IOPArray {
pub PTermArray0: ULONG,
pub PTermArray1: ULONG,
}Fields§
§PTermArray0: ULONG§PTermArray1: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for IOPArray
impl RefUnwindSafe for IOPArray
impl Send for IOPArray
impl Sync for IOPArray
impl Unpin for IOPArray
impl UnwindSafe for IOPArray
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