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