pub enum MSTPD11_A {
_0 = 0,
_1 = 1,
}Expand description
Port Output Enable for GPT Group D Module Stop
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for MSTPD11_A
impl Eq for MSTPD11_A
impl StructuralPartialEq for MSTPD11_A
Auto Trait Implementations§
impl Freeze for MSTPD11_A
impl RefUnwindSafe for MSTPD11_A
impl Send for MSTPD11_A
impl Sync for MSTPD11_A
impl Unpin for MSTPD11_A
impl UnwindSafe for MSTPD11_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