pub struct GlobalEvent {
pub offset: usize,
pub n_streams_affected: usize,
pub mean_deviation: f64,
}Fields§
§offset: usize§n_streams_affected: usize§mean_deviation: f64Trait Implementations§
Source§impl Clone for GlobalEvent
impl Clone for GlobalEvent
Source§fn clone(&self) -> GlobalEvent
fn clone(&self) -> GlobalEvent
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 GlobalEvent
impl Debug for GlobalEvent
Auto Trait Implementations§
impl Freeze for GlobalEvent
impl RefUnwindSafe for GlobalEvent
impl Send for GlobalEvent
impl Sync for GlobalEvent
impl Unpin for GlobalEvent
impl UnsafeUnpin for GlobalEvent
impl UnwindSafe for GlobalEvent
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