Enum k32l3a60_cm0plus::pcc1::pcc_cau3::PR_A
source · pub enum PR_A {
PR_0,
PR_1,
}
Expand description
Present
Value on reset: 1
Variants§
Trait Implementations§
source§impl PartialEq<PR_A> for PR_A
impl PartialEq<PR_A> for PR_A
impl Copy for PR_A
impl Eq for PR_A
impl StructuralEq for PR_A
impl StructuralPartialEq for PR_A
Auto Trait Implementations§
impl RefUnwindSafe for PR_A
impl Send for PR_A
impl Sync for PR_A
impl Unpin for PR_A
impl UnwindSafe for PR_A
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