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