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