#[repr(u32)]pub enum Elen {
Show 14 variants
L8 = 8,
L16 = 16,
L32 = 32,
L64 = 64,
L128 = 128,
L256 = 256,
L512 = 512,
L1024 = 1_024,
L2048 = 2_048,
L4096 = 4_096,
L8192 = 8_192,
L16_384 = 16_384,
L32_768 = 32_768,
L65_536 = 65_536,
}Expand description
Element length
Variants§
L8 = 8
Element length is 8 bits
L16 = 16
Element length is 16 bits
L32 = 32
Element length is 32 bits
L64 = 64
Element length is 64 bits
L128 = 128
Element length is 128 bits
L256 = 256
Element length is 256 bits
L512 = 512
Element length is 512 bits
L1024 = 1_024
Element length is 1024 bits
L2048 = 2_048
Element length is 2048 bits
L4096 = 4_096
Element length is 4096 bits
L8192 = 8_192
Element length is 8192 bits
L16_384 = 16_384
Element length is 16_384 bits
L32_768 = 32_768
Element length is 32_768 bits
L65_536 = 65_536
Element length is 65_536 bits
Trait Implementations§
impl ConstParamTy_ for Elen
impl Copy for Elen
impl Eq for Elen
impl StructuralPartialEq for Elen
Auto Trait Implementations§
impl Freeze for Elen
impl RefUnwindSafe for Elen
impl Send for Elen
impl Sync for Elen
impl Unpin for Elen
impl UnsafeUnpin for Elen
impl UnwindSafe for Elen
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