#[repr(C, packed(2))]pub struct impHitTest {
pub MethodID: ULONG,
pub imp_Point: impHitTest__bindgen_ty_1,
pub imp_Dimensions: impHitTest__bindgen_ty_2,
}Fields§
§MethodID: ULONG§imp_Point: impHitTest__bindgen_ty_1§imp_Dimensions: impHitTest__bindgen_ty_2Trait Implementations§
Source§impl Clone for impHitTest
impl Clone for impHitTest
Source§fn clone(&self) -> impHitTest
fn clone(&self) -> impHitTest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for impHitTest
impl Debug for impHitTest
impl Copy for impHitTest
Auto Trait Implementations§
impl Freeze for impHitTest
impl RefUnwindSafe for impHitTest
impl Send for impHitTest
impl Sync for impHitTest
impl Unpin for impHitTest
impl UnwindSafe for impHitTest
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