pub struct BoostPadEvent {
pub time: f32,
pub frame: usize,
pub pad_id: String,
pub player: Option<PlayerId>,
pub kind: BoostPadEventKind,
}Fields§
§time: f32§frame: usize§pad_id: String§player: Option<PlayerId>§kind: BoostPadEventKindTrait Implementations§
Source§impl Clone for BoostPadEvent
impl Clone for BoostPadEvent
Source§fn clone(&self) -> BoostPadEvent
fn clone(&self) -> BoostPadEvent
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 moreSource§impl Debug for BoostPadEvent
impl Debug for BoostPadEvent
Source§impl PartialEq for BoostPadEvent
impl PartialEq for BoostPadEvent
Source§impl Serialize for BoostPadEvent
impl Serialize for BoostPadEvent
impl StructuralPartialEq for BoostPadEvent
Auto Trait Implementations§
impl Freeze for BoostPadEvent
impl RefUnwindSafe for BoostPadEvent
impl Send for BoostPadEvent
impl Sync for BoostPadEvent
impl Unpin for BoostPadEvent
impl UnsafeUnpin for BoostPadEvent
impl UnwindSafe for BoostPadEvent
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