#[repr(u8)]pub enum AddrWidth {
S = 0,
D = 1,
Q = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for AddrWidth
impl Ord for AddrWidth
Source§impl PartialOrd for AddrWidth
impl PartialOrd for AddrWidth
impl Copy for AddrWidth
impl Eq for AddrWidth
impl StructuralPartialEq for AddrWidth
Auto Trait Implementations§
impl Freeze for AddrWidth
impl RefUnwindSafe for AddrWidth
impl Send for AddrWidth
impl Sync for AddrWidth
impl Unpin for AddrWidth
impl UnwindSafe for AddrWidth
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