pub struct BurstEvent {
pub time: f32,
pub count: u32,
/* private fields */
}Expand description
A one-shot burst event within a continuous emitter.
Fields§
§time: f32§count: u32Implementations§
Trait Implementations§
Source§impl Clone for BurstEvent
impl Clone for BurstEvent
Source§fn clone(&self) -> BurstEvent
fn clone(&self) -> BurstEvent
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 BurstEvent
impl RefUnwindSafe for BurstEvent
impl Send for BurstEvent
impl Sync for BurstEvent
impl Unpin for BurstEvent
impl UnsafeUnpin for BurstEvent
impl UnwindSafe for BurstEvent
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