Enum Reglps
#[repr(u8)]pub enum Reglps {
B0x0 = 0,
B0x1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Reglps
impl Eq for Reglps
§impl Ord for Reglps
impl Ord for Reglps
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 Reglps
impl PartialOrd for Reglps
impl StructuralPartialEq for Reglps
Auto Trait Implementations§
impl Freeze for Reglps
impl RefUnwindSafe for Reglps
impl Send for Reglps
impl Sync for Reglps
impl Unpin for Reglps
impl UnsafeUnpin for Reglps
impl UnwindSafe for Reglps
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