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