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