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