Struct classicube_sys::_PointerEventsList
source ·
[−]#[repr(C)]pub struct _PointerEventsList {
pub Moved: Event_Int,
pub Down: Event_Int,
pub Up: Event_Int,
pub RawMoved: Event_RawMove,
}Fields
Moved: Event_IntDown: Event_IntUp: Event_IntRawMoved: Event_RawMoveTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _PointerEventsList
impl !Send for _PointerEventsList
impl !Sync for _PointerEventsList
impl Unpin for _PointerEventsList
impl UnwindSafe for _PointerEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
