#[repr(u8)]pub enum MemWidth {
U8 = 0,
U16 = 1,
U32 = 2,
U64 = 3,
U128 = 4,
}Variants§
Implementations§
Trait Implementations§
impl Copy for MemWidth
impl Eq for MemWidth
impl StructuralPartialEq for MemWidth
Auto Trait Implementations§
impl Freeze for MemWidth
impl RefUnwindSafe for MemWidth
impl Send for MemWidth
impl Sync for MemWidth
impl Unpin for MemWidth
impl UnsafeUnpin for MemWidth
impl UnwindSafe for MemWidth
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