#[repr(u8)]pub enum Reg0Policy {
REG0_00 = 0,
REG0_01 = 1,
REG0_10 = 2,
REG0_11 = 3,
}Variants§
Implementations§
Source§impl Reg0Policy
impl Reg0Policy
Trait Implementations§
Source§impl Clone for Reg0Policy
impl Clone for Reg0Policy
Source§fn clone(&self) -> Reg0Policy
fn clone(&self) -> Reg0Policy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Reg0Policy
impl Debug for Reg0Policy
Source§impl From<Reg0Policy> for u8
impl From<Reg0Policy> for u8
Source§fn from(val: Reg0Policy) -> u8
fn from(val: Reg0Policy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Reg0Policy
impl From<u8> for Reg0Policy
Source§fn from(val: u8) -> Reg0Policy
fn from(val: u8) -> Reg0Policy
Converts to this type from the input type.
Source§impl Ord for Reg0Policy
impl Ord for Reg0Policy
Source§fn cmp(&self, other: &Reg0Policy) -> Ordering
fn cmp(&self, other: &Reg0Policy) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Reg0Policy
impl PartialEq for Reg0Policy
Source§impl PartialOrd for Reg0Policy
impl PartialOrd for Reg0Policy
impl Copy for Reg0Policy
impl Eq for Reg0Policy
impl StructuralPartialEq for Reg0Policy
Auto Trait Implementations§
impl Freeze for Reg0Policy
impl RefUnwindSafe for Reg0Policy
impl Send for Reg0Policy
impl Sync for Reg0Policy
impl Unpin for Reg0Policy
impl UnwindSafe for Reg0Policy
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