#[repr(C)]pub struct gpHitTest {
pub MethodID: ULONG,
pub gpht_GInfo: *mut GadgetInfo,
pub gpht_Mouse: gpHitTest__bindgen_ty_1,
}Fields§
§MethodID: ULONG§gpht_GInfo: *mut GadgetInfo§gpht_Mouse: gpHitTest__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl !Send for gpHitTest
impl !Sync for gpHitTest
impl Freeze for gpHitTest
impl RefUnwindSafe for gpHitTest
impl Unpin for gpHitTest
impl UnsafeUnpin for gpHitTest
impl UnwindSafe for gpHitTest
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