Enum MCen
pub enum MCen {
_0 = 0,
_1 = 1,
}Expand description
Module Clock Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MCen
impl Eq for MCen
impl StructuralPartialEq for MCen
Auto Trait Implementations§
impl Freeze for MCen
impl RefUnwindSafe for MCen
impl Send for MCen
impl Sync for MCen
impl Unpin for MCen
impl UnwindSafe for MCen
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