#[repr(C)]pub struct PF_PointerEventInfo {
pub when_secondsF: A_FpLong,
pub screen_point: PF_Point,
pub num_clicksS: A_short,
pub mod_keysL: A_long,
pub stylus_tool: PF_StylusTool,
pub stylus_extra_dataB: PF_Boolean,
pub stylus_extra_data: PF_StylusEventInfo,
}Fields§
§when_secondsF: A_FpLong§screen_point: PF_Point§num_clicksS: A_short§mod_keysL: A_long§stylus_tool: PF_StylusTool§stylus_extra_dataB: PF_Boolean§stylus_extra_data: PF_StylusEventInfoTrait Implementations§
Source§impl Clone for PF_PointerEventInfo
impl Clone for PF_PointerEventInfo
Source§fn clone(&self) -> PF_PointerEventInfo
fn clone(&self) -> PF_PointerEventInfo
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_PointerEventInfo
Auto Trait Implementations§
impl Freeze for PF_PointerEventInfo
impl RefUnwindSafe for PF_PointerEventInfo
impl Send for PF_PointerEventInfo
impl Sync for PF_PointerEventInfo
impl Unpin for PF_PointerEventInfo
impl UnwindSafe for PF_PointerEventInfo
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