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