Struct rustics::LogHistogram
source · pub struct LogHistogram {
pub negative: [u64; 64],
pub positive: [u64; 64],
}Fields§
§negative: [u64; 64]§positive: [u64; 64]Implementations§
Trait Implementations§
source§impl Clone for LogHistogram
impl Clone for LogHistogram
source§fn clone(&self) -> LogHistogram
fn clone(&self) -> LogHistogram
Returns a copy 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 LogHistogram
impl RefUnwindSafe for LogHistogram
impl Send for LogHistogram
impl Sync for LogHistogram
impl Unpin for LogHistogram
impl UnwindSafe for LogHistogram
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