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