#[repr(u8)]pub enum Reg1Policy {
REG1_00 = 0,
REG1_01 = 1,
REG1_10 = 2,
REG1_11 = 3,
}Variants§
Implementations§
Source§impl Reg1Policy
impl Reg1Policy
Trait Implementations§
Source§impl Clone for Reg1Policy
impl Clone for Reg1Policy
Source§fn clone(&self) -> Reg1Policy
fn clone(&self) -> Reg1Policy
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 Reg1Policy
impl Debug for Reg1Policy
Source§impl From<Reg1Policy> for u8
impl From<Reg1Policy> for u8
Source§fn from(val: Reg1Policy) -> u8
fn from(val: Reg1Policy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Reg1Policy
impl From<u8> for Reg1Policy
Source§fn from(val: u8) -> Reg1Policy
fn from(val: u8) -> Reg1Policy
Converts to this type from the input type.
Source§impl Ord for Reg1Policy
impl Ord for Reg1Policy
Source§fn cmp(&self, other: &Reg1Policy) -> Ordering
fn cmp(&self, other: &Reg1Policy) -> 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 Reg1Policy
impl PartialEq for Reg1Policy
Source§impl PartialOrd for Reg1Policy
impl PartialOrd for Reg1Policy
impl Copy for Reg1Policy
impl Eq for Reg1Policy
impl StructuralPartialEq for Reg1Policy
Auto Trait Implementations§
impl Freeze for Reg1Policy
impl RefUnwindSafe for Reg1Policy
impl Send for Reg1Policy
impl Sync for Reg1Policy
impl Unpin for Reg1Policy
impl UnwindSafe for Reg1Policy
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