pub enum UCPDEN {
Disabled = 0,
Enabled = 1,
}
Expand description
UCPDEN
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UCPDEN
impl Eq for UCPDEN
impl StructuralPartialEq for UCPDEN
Auto Trait Implementations§
impl Freeze for UCPDEN
impl RefUnwindSafe for UCPDEN
impl Send for UCPDEN
impl Sync for UCPDEN
impl Unpin for UCPDEN
impl UnwindSafe for UCPDEN
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