#[repr(C)]pub struct MouseOutInterruptArgs {
pub x: f64,
pub y: f64,
pub button: MouseButtonMessage,
pub modifiers: Vec<ModifierKeyMessage>,
}
Fields§
§x: f64
§y: f64
§modifiers: Vec<ModifierKeyMessage>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MouseOutInterruptArgs
impl<'de> Deserialize<'de> for MouseOutInterruptArgs
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MouseOutInterruptArgs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MouseOutInterruptArgs, <__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 MouseOutInterruptArgs
impl RefUnwindSafe for MouseOutInterruptArgs
impl Send for MouseOutInterruptArgs
impl Sync for MouseOutInterruptArgs
impl Unpin for MouseOutInterruptArgs
impl UnwindSafe for MouseOutInterruptArgs
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.