#[repr(C)]pub enum NativeInterrupt {
Show 30 variants
ChassisResizeRequestCollection(Vec<ChassisResizeRequestArgs>),
SelectStart(SelectStartArgs),
Focus(FocusInterruptArgs),
Clap(ClapInterruptArgs),
Scroll(ScrollInterruptArgs),
TouchStart(TouchStartInterruptArgs),
TouchMove(TouchMoveInterruptArgs),
TouchEnd(TouchEndInterruptArgs),
KeyDown(KeyDownInterruptArgs),
KeyUp(KeyUpInterruptArgs),
KeyPress(KeyPressInterruptArgs),
Click(ClickInterruptArgs),
DoubleClick(DoubleClickInterruptArgs),
MouseMove(MouseMoveInterruptArgs),
Wheel(WheelInterruptArgs),
MouseDown(MouseDownInterruptArgs),
MouseUp(MouseUpInterruptArgs),
ContextMenu(ContextMenuInterruptArgs),
Image(ImageLoadInterruptArgs),
AddedLayer(AddedLayerArgs),
TextInput(TextInputArgs),
FormCheckboxToggle(FormCheckboxToggleArgs),
FormDropdownChange(FormDropdownChangeArgs),
FormSliderChange(FormSliderChangeArgs),
FormRadioSetChange(FormRadioSetChangeArgs),
FormTextboxChange(FormTextboxChangeArgs),
FormTextboxInput(FormTextboxInputArgs),
FormButtonClick(FormButtonClickArgs),
Scrollbar(ScrollbarInterruptArgs),
DropFile(DropFileArgs),
}
Variants§
ChassisResizeRequestCollection(Vec<ChassisResizeRequestArgs>)
SelectStart(SelectStartArgs)
Focus(FocusInterruptArgs)
Clap(ClapInterruptArgs)
Scroll(ScrollInterruptArgs)
TouchStart(TouchStartInterruptArgs)
TouchMove(TouchMoveInterruptArgs)
TouchEnd(TouchEndInterruptArgs)
KeyDown(KeyDownInterruptArgs)
KeyUp(KeyUpInterruptArgs)
KeyPress(KeyPressInterruptArgs)
Click(ClickInterruptArgs)
DoubleClick(DoubleClickInterruptArgs)
MouseMove(MouseMoveInterruptArgs)
Wheel(WheelInterruptArgs)
MouseDown(MouseDownInterruptArgs)
MouseUp(MouseUpInterruptArgs)
ContextMenu(ContextMenuInterruptArgs)
Image(ImageLoadInterruptArgs)
AddedLayer(AddedLayerArgs)
TextInput(TextInputArgs)
FormCheckboxToggle(FormCheckboxToggleArgs)
FormDropdownChange(FormDropdownChangeArgs)
FormSliderChange(FormSliderChangeArgs)
FormRadioSetChange(FormRadioSetChangeArgs)
FormTextboxChange(FormTextboxChangeArgs)
FormTextboxInput(FormTextboxInputArgs)
FormButtonClick(FormButtonClickArgs)
Scrollbar(ScrollbarInterruptArgs)
DropFile(DropFileArgs)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NativeInterrupt
impl<'de> Deserialize<'de> for NativeInterrupt
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<NativeInterrupt, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<NativeInterrupt, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NativeInterrupt
impl RefUnwindSafe for NativeInterrupt
impl Send for NativeInterrupt
impl Sync for NativeInterrupt
impl Unpin for NativeInterrupt
impl UnwindSafe for NativeInterrupt
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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.