pub struct SixPlusPokerLookup { /* private fields */ }Implementations§
Source§impl SixPlusPokerLookup
impl SixPlusPokerLookup
pub fn new() -> SixPlusPokerLookup
pub fn generate_ranks_phf(&self, c: f64, load_factor: f64) -> CodeWriter<u16>
pub fn generate_flush_phf(&self, c: f64, load_factor: f64) -> CodeWriter<u16>
Trait Implementations§
Source§impl Default for SixPlusPokerLookup
impl Default for SixPlusPokerLookup
Source§fn default() -> SixPlusPokerLookup
fn default() -> SixPlusPokerLookup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SixPlusPokerLookup
impl RefUnwindSafe for SixPlusPokerLookup
impl Send for SixPlusPokerLookup
impl Sync for SixPlusPokerLookup
impl Unpin for SixPlusPokerLookup
impl UnwindSafe for SixPlusPokerLookup
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