#[repr(C)]pub struct PF_DoClickEventInfo {
pub when: A_u_long,
pub screen_point: PF_Point,
pub num_clicks: A_long,
pub modifiers: PF_Modifiers,
pub continue_refcon: [A_intptr_t; 4],
pub send_drag: PF_Boolean,
pub last_time: PF_Boolean,
}Fields§
§when: A_u_long§screen_point: PF_Point§num_clicks: A_long§modifiers: PF_Modifiers§continue_refcon: [A_intptr_t; 4]§send_drag: PF_Boolean§last_time: PF_BooleanTrait Implementations§
Source§impl Clone for PF_DoClickEventInfo
impl Clone for PF_DoClickEventInfo
Source§fn clone(&self) -> PF_DoClickEventInfo
fn clone(&self) -> PF_DoClickEventInfo
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 moreimpl Copy for PF_DoClickEventInfo
Auto Trait Implementations§
impl Freeze for PF_DoClickEventInfo
impl RefUnwindSafe for PF_DoClickEventInfo
impl Send for PF_DoClickEventInfo
impl Sync for PF_DoClickEventInfo
impl Unpin for PF_DoClickEventInfo
impl UnwindSafe for PF_DoClickEventInfo
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