#[repr(u8)]pub enum Nmbits {
MODE_M = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Nmbits
impl Ord for Nmbits
Source§impl PartialOrd for Nmbits
impl PartialOrd for Nmbits
impl Copy for Nmbits
impl Eq for Nmbits
impl StructuralPartialEq for Nmbits
Auto Trait Implementations§
impl Freeze for Nmbits
impl RefUnwindSafe for Nmbits
impl Send for Nmbits
impl Sync for Nmbits
impl Unpin for Nmbits
impl UnwindSafe for Nmbits
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)