#[repr(u8)]pub enum Mulsize {
_RESERVED_0 = 0,
VALUE_32B = 1,
VALUE_64B = 2,
VALUE_128B = 3,
}Variants§
_RESERVED_0 = 0
VALUE_32B = 1
32-bit multiplier
VALUE_64B = 2
64-bit multiplier
VALUE_128B = 3
128-bit multiplier
Implementations§
Trait Implementations§
Source§impl Ord for Mulsize
impl Ord for Mulsize
Source§impl PartialOrd for Mulsize
impl PartialOrd for Mulsize
impl Copy for Mulsize
impl Eq for Mulsize
impl StructuralPartialEq for Mulsize
Auto Trait Implementations§
impl Freeze for Mulsize
impl RefUnwindSafe for Mulsize
impl Send for Mulsize
impl Sync for Mulsize
impl Unpin for Mulsize
impl UnwindSafe for Mulsize
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