pub struct ScrollEvent {
pub y: f64,
pub rate: f64,
}
Expand description
スクロール速度設定イベント(beatoraja拡張)
Fields§
§y: f64
イベント時刻(パルス数)
rate: f64
スクロール速度倍率
Trait Implementations§
Source§impl Clone for ScrollEvent
impl Clone for ScrollEvent
Source§fn clone(&self) -> ScrollEvent
fn clone(&self) -> ScrollEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ScrollEvent
impl Debug for ScrollEvent
Source§impl<'de> Deserialize<'de> for ScrollEvent
impl<'de> Deserialize<'de> for ScrollEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScrollEvent
impl PartialEq for ScrollEvent
Source§impl Serialize for ScrollEvent
impl Serialize for ScrollEvent
impl StructuralPartialEq for ScrollEvent
Auto Trait Implementations§
impl Freeze for ScrollEvent
impl RefUnwindSafe for ScrollEvent
impl Send for ScrollEvent
impl Sync for ScrollEvent
impl Unpin for ScrollEvent
impl UnwindSafe for ScrollEvent
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