#[repr(C)]pub struct ScrollbarInterruptArgs {
pub id: u32,
pub scroll_x: f64,
pub scroll_y: f64,
}
Fields§
§id: u32
§scroll_x: f64
§scroll_y: f64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ScrollbarInterruptArgs
impl<'de> Deserialize<'de> for ScrollbarInterruptArgs
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ScrollbarInterruptArgs, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ScrollbarInterruptArgs, <__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 ScrollbarInterruptArgs
impl RefUnwindSafe for ScrollbarInterruptArgs
impl Send for ScrollbarInterruptArgs
impl Sync for ScrollbarInterruptArgs
impl Unpin for ScrollbarInterruptArgs
impl UnwindSafe for ScrollbarInterruptArgs
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.