#[repr(u8)]pub enum Hashtblsz {
NO_HT = 0,
M_64 = 1,
M_128 = 2,
M_256 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Hashtblsz
impl Ord for Hashtblsz
Source§impl PartialOrd for Hashtblsz
impl PartialOrd for Hashtblsz
impl Copy for Hashtblsz
impl Eq for Hashtblsz
impl StructuralPartialEq for Hashtblsz
Auto Trait Implementations§
impl Freeze for Hashtblsz
impl RefUnwindSafe for Hashtblsz
impl Send for Hashtblsz
impl Sync for Hashtblsz
impl Unpin for Hashtblsz
impl UnwindSafe for Hashtblsz
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