#[repr(C)]pub struct EventTriggerType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl EventTriggerType
impl EventTriggerType
pub fn pointer_enter() -> Self
pub fn pointer_exit() -> Self
pub fn pointer_down() -> Self
pub fn pointer_up() -> Self
pub fn pointer_click() -> Self
pub fn drag() -> Self
pub fn drop() -> Self
pub fn scroll() -> Self
pub fn update_selected() -> Self
pub fn select() -> Self
pub fn deselect() -> Self
pub fn move() -> Self
pub fn initialize_potential_drag() -> Self
pub fn begin_drag() -> Self
pub fn end_drag() -> Self
pub fn submit() -> Self
pub fn cancel() -> Self
Trait Implementations§
Source§impl ClassIdentity for EventTriggerType
impl ClassIdentity for EventTriggerType
Source§impl Clone for EventTriggerType
impl Clone for EventTriggerType
Source§fn clone(&self) -> EventTriggerType
fn clone(&self) -> EventTriggerType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventTriggerType
impl Debug for EventTriggerType
Source§impl PartialEq for EventTriggerType
impl PartialEq for EventTriggerType
impl Copy for EventTriggerType
impl Eq for EventTriggerType
impl StructuralPartialEq for EventTriggerType
Auto Trait Implementations§
impl Freeze for EventTriggerType
impl RefUnwindSafe for EventTriggerType
impl Send for EventTriggerType
impl Sync for EventTriggerType
impl Unpin for EventTriggerType
impl UnwindSafe for EventTriggerType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)