pub struct LayerFingerprint {
pub layer: Layer,
pub buckets: [(Bucket, f64); 5],
}Fields§
§layer: Layer§buckets: [(Bucket, f64); 5]Bucket percentages summing to ~100.
Trait Implementations§
Source§impl Clone for LayerFingerprint
impl Clone for LayerFingerprint
Source§fn clone(&self) -> LayerFingerprint
fn clone(&self) -> LayerFingerprint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayerFingerprint
impl RefUnwindSafe for LayerFingerprint
impl Send for LayerFingerprint
impl Sync for LayerFingerprint
impl Unpin for LayerFingerprint
impl UnsafeUnpin for LayerFingerprint
impl UnwindSafe for LayerFingerprint
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