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