pub struct FiredEvent {
pub layer: String,
pub state: String,
pub tag: String,
pub payload: f32,
}Fields§
§layer: String§state: String§tag: String§payload: f32Trait Implementations§
Source§impl Clone for FiredEvent
impl Clone for FiredEvent
Source§fn clone(&self) -> FiredEvent
fn clone(&self) -> FiredEvent
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FiredEvent
impl RefUnwindSafe for FiredEvent
impl Send for FiredEvent
impl Sync for FiredEvent
impl Unpin for FiredEvent
impl UnsafeUnpin for FiredEvent
impl UnwindSafe for FiredEvent
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