Enum Regms
#[repr(u8)]pub enum Regms {
B0x0 = 0,
B0x1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Regms
impl Eq for Regms
§impl Ord for Regms
impl Ord for Regms
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Regms
impl PartialOrd for Regms
impl StructuralPartialEq for Regms
Auto Trait Implementations§
impl Freeze for Regms
impl RefUnwindSafe for Regms
impl Send for Regms
impl Sync for Regms
impl Unpin for Regms
impl UnsafeUnpin for Regms
impl UnwindSafe for Regms
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