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