#[repr(C, packed(2))]pub struct dtGeneral {
pub MethodID: ULONG,
pub dtg_GInfo: *mut GadgetInfo,
}Fields§
§MethodID: ULONG§dtg_GInfo: *mut GadgetInfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for dtGeneral
impl RefUnwindSafe for dtGeneral
impl !Send for dtGeneral
impl !Sync for dtGeneral
impl Unpin for dtGeneral
impl UnwindSafe for dtGeneral
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