#[repr(u8)]pub enum Norcr0Advh {
ADVH_0 = 0,
ADVH_1 = 1,
}Variants§
ADVH_0 = 0
ADV# is high during address hold state.
ADVH_1 = 1
ADV# is low during address hold state.
Implementations§
Source§impl Norcr0Advh
impl Norcr0Advh
Trait Implementations§
Source§impl Clone for Norcr0Advh
impl Clone for Norcr0Advh
Source§fn clone(&self) -> Norcr0Advh
fn clone(&self) -> Norcr0Advh
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 Norcr0Advh
impl Debug for Norcr0Advh
Source§impl From<Norcr0Advh> for u8
impl From<Norcr0Advh> for u8
Source§fn from(val: Norcr0Advh) -> u8
fn from(val: Norcr0Advh) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Norcr0Advh
impl From<u8> for Norcr0Advh
Source§fn from(val: u8) -> Norcr0Advh
fn from(val: u8) -> Norcr0Advh
Converts to this type from the input type.
Source§impl Ord for Norcr0Advh
impl Ord for Norcr0Advh
Source§fn cmp(&self, other: &Norcr0Advh) -> Ordering
fn cmp(&self, other: &Norcr0Advh) -> 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 Norcr0Advh
impl PartialEq for Norcr0Advh
Source§impl PartialOrd for Norcr0Advh
impl PartialOrd for Norcr0Advh
impl Copy for Norcr0Advh
impl Eq for Norcr0Advh
impl StructuralPartialEq for Norcr0Advh
Auto Trait Implementations§
impl Freeze for Norcr0Advh
impl RefUnwindSafe for Norcr0Advh
impl Send for Norcr0Advh
impl Sync for Norcr0Advh
impl Unpin for Norcr0Advh
impl UnwindSafe for Norcr0Advh
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