#[repr(C)]pub struct PF_AdjustCursorEventInfo {
pub screen_point: PF_Point,
pub modifiers: PF_Modifiers,
pub set_cursor: PF_CursorType,
}Fields§
§screen_point: PF_Point§modifiers: PF_Modifiers§set_cursor: PF_CursorTypeTrait Implementations§
Source§impl Clone for PF_AdjustCursorEventInfo
impl Clone for PF_AdjustCursorEventInfo
Source§fn clone(&self) -> PF_AdjustCursorEventInfo
fn clone(&self) -> PF_AdjustCursorEventInfo
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 PF_AdjustCursorEventInfo
impl Debug for PF_AdjustCursorEventInfo
impl Copy for PF_AdjustCursorEventInfo
Auto Trait Implementations§
impl Freeze for PF_AdjustCursorEventInfo
impl RefUnwindSafe for PF_AdjustCursorEventInfo
impl Send for PF_AdjustCursorEventInfo
impl Sync for PF_AdjustCursorEventInfo
impl Unpin for PF_AdjustCursorEventInfo
impl UnwindSafe for PF_AdjustCursorEventInfo
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