#[repr(u8)]pub enum Eew {
E8 = 0,
E16 = 5,
E32 = 6,
E64 = 7,
}Expand description
Element width for vector memory operations
Variants§
Implementations§
Trait Implementations§
impl Copy for Eew
impl Eq for Eew
impl StructuralPartialEq for Eew
Auto Trait Implementations§
impl Freeze for Eew
impl RefUnwindSafe for Eew
impl Send for Eew
impl Sync for Eew
impl Unpin for Eew
impl UnwindSafe for Eew
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