#[repr(u8)]pub enum Sramcr0Ps {
PS_0 = 0,
PS_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Sramcr0Ps
impl Ord for Sramcr0Ps
Source§impl PartialOrd for Sramcr0Ps
impl PartialOrd for Sramcr0Ps
impl Copy for Sramcr0Ps
impl Eq for Sramcr0Ps
impl StructuralPartialEq for Sramcr0Ps
Auto Trait Implementations§
impl Freeze for Sramcr0Ps
impl RefUnwindSafe for Sramcr0Ps
impl Send for Sramcr0Ps
impl Sync for Sramcr0Ps
impl Unpin for Sramcr0Ps
impl UnwindSafe for Sramcr0Ps
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