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