#[repr(u8)]pub enum Hbstlen {
Show 16 variants
Word1orsingle = 0,
Word4orincr = 1,
Word8 = 2,
Word16orincr4 = 3,
Word32 = 4,
Word64orincr8 = 5,
Word128 = 6,
Word256orincr16 = 7,
Wordx = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
Word1orsingle = 0
1 word or single.
Word4orincr = 1
4 words or INCR.
Word8 = 2
8 words.
Word16orincr4 = 3
16 words or INCR4.
Word32 = 4
32 words.
Word64orincr8 = 5
64 words or INCR8.
Word128 = 6
128 words.
Word256orincr16 = 7
256 words or INCR16.
Wordx = 8
Others reserved.
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Hbstlen
impl Ord for Hbstlen
Source§impl PartialOrd for Hbstlen
impl PartialOrd for Hbstlen
impl Copy for Hbstlen
impl Eq for Hbstlen
impl StructuralPartialEq for Hbstlen
Auto Trait Implementations§
impl Freeze for Hbstlen
impl RefUnwindSafe for Hbstlen
impl Send for Hbstlen
impl Sync for Hbstlen
impl Unpin for Hbstlen
impl UnwindSafe for Hbstlen
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