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