Struct lotus_script::event::FloatInputEvent
source · pub struct FloatInputEvent {
pub id: String,
pub value: f32,
pub cockpit_index: i32,
}
Fields§
§id: String
§value: f32
§cockpit_index: i32
Trait Implementations§
source§impl Debug for FloatInputEvent
impl Debug for FloatInputEvent
source§impl<'de> Deserialize<'de> for FloatInputEvent
impl<'de> Deserialize<'de> for FloatInputEvent
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
Auto Trait Implementations§
impl Freeze for FloatInputEvent
impl RefUnwindSafe for FloatInputEvent
impl Send for FloatInputEvent
impl Sync for FloatInputEvent
impl Unpin for FloatInputEvent
impl UnwindSafe for FloatInputEvent
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