#[repr(u8)]pub enum Sramcr0Bl {
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§
Trait Implementations§
Source§impl Ord for Sramcr0Bl
impl Ord for Sramcr0Bl
Source§impl PartialOrd for Sramcr0Bl
impl PartialOrd for Sramcr0Bl
impl Copy for Sramcr0Bl
impl Eq for Sramcr0Bl
impl StructuralPartialEq for Sramcr0Bl
Auto Trait Implementations§
impl Freeze for Sramcr0Bl
impl RefUnwindSafe for Sramcr0Bl
impl Send for Sramcr0Bl
impl Sync for Sramcr0Bl
impl Unpin for Sramcr0Bl
impl UnwindSafe for Sramcr0Bl
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