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