Struct tipb::FmSketch[][src]

pub struct FmSketch {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl FmSketch[src]

pub fn new() -> FmSketch[src]

pub fn get_mask(&self) -> u64[src]

pub fn clear_mask(&mut self)[src]

pub fn has_mask(&self) -> bool[src]

pub fn set_mask(&mut self, v: u64)[src]

pub fn get_hashset(&self) -> &[u64][src]

pub fn clear_hashset(&mut self)[src]

pub fn set_hashset(&mut self, v: Vec<u64>)[src]

pub fn mut_hashset(&mut self) -> &mut Vec<u64>[src]

pub fn take_hashset(&mut self) -> Vec<u64>[src]

Trait Implementations

impl Clear for FmSketch[src]

impl Clone for FmSketch[src]

impl Debug for FmSketch[src]

impl Default for FmSketch[src]

impl<'a> Default for &'a FmSketch[src]

impl Message for FmSketch[src]

impl PartialEq<FmSketch> for FmSketch[src]

impl PbPrint for FmSketch[src]

impl ProtobufValue for FmSketch[src]

impl StructuralPartialEq for FmSketch[src]

Auto Trait Implementations

impl RefUnwindSafe for FmSketch

impl Send for FmSketch

impl Sync for FmSketch

impl Unpin for FmSketch

impl UnwindSafe for FmSketch

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.