#[repr(u8)]pub enum Sdramcr0Bl {
BL_0 = 0,
BL_1 = 1,
BL_2 = 2,
BL_3 = 3,
BL_4 = 4,
BL_5 = 5,
BL_6 = 6,
BL_7 = 7,
}Variants§
Implementations§
Source§impl Sdramcr0Bl
impl Sdramcr0Bl
Trait Implementations§
Source§impl Clone for Sdramcr0Bl
impl Clone for Sdramcr0Bl
Source§fn clone(&self) -> Sdramcr0Bl
fn clone(&self) -> Sdramcr0Bl
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 Sdramcr0Bl
impl Debug for Sdramcr0Bl
Source§impl From<Sdramcr0Bl> for u8
impl From<Sdramcr0Bl> for u8
Source§fn from(val: Sdramcr0Bl) -> u8
fn from(val: Sdramcr0Bl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sdramcr0Bl
impl From<u8> for Sdramcr0Bl
Source§fn from(val: u8) -> Sdramcr0Bl
fn from(val: u8) -> Sdramcr0Bl
Converts to this type from the input type.
Source§impl Ord for Sdramcr0Bl
impl Ord for Sdramcr0Bl
Source§fn cmp(&self, other: &Sdramcr0Bl) -> Ordering
fn cmp(&self, other: &Sdramcr0Bl) -> 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 Sdramcr0Bl
impl PartialEq for Sdramcr0Bl
Source§impl PartialOrd for Sdramcr0Bl
impl PartialOrd for Sdramcr0Bl
impl Copy for Sdramcr0Bl
impl Eq for Sdramcr0Bl
impl StructuralPartialEq for Sdramcr0Bl
Auto Trait Implementations§
impl Freeze for Sdramcr0Bl
impl RefUnwindSafe for Sdramcr0Bl
impl Send for Sdramcr0Bl
impl Sync for Sdramcr0Bl
impl Unpin for Sdramcr0Bl
impl UnwindSafe for Sdramcr0Bl
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