#[repr(C)]pub union PF_EventUnion {
pub do_click: PF_DoClickEventInfo,
pub draw: PF_DrawEventInfo,
pub key_down: PF_KeyDownEvent,
pub adjust_cursor: PF_AdjustCursorEventInfo,
}Fields§
§do_click: PF_DoClickEventInfo§draw: PF_DrawEventInfo§key_down: PF_KeyDownEvent§adjust_cursor: PF_AdjustCursorEventInfoTrait Implementations§
Source§impl Clone for PF_EventUnion
impl Clone for PF_EventUnion
Source§fn clone(&self) -> PF_EventUnion
fn clone(&self) -> PF_EventUnion
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_EventUnion
Auto Trait Implementations§
impl Freeze for PF_EventUnion
impl RefUnwindSafe for PF_EventUnion
impl Send for PF_EventUnion
impl Sync for PF_EventUnion
impl Unpin for PF_EventUnion
impl UnwindSafe for PF_EventUnion
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