#[repr(u8)]pub enum Scs {
_RESERVED_0 = 0,
SOSC = 1,
SIRC = 2,
FIRC = 3,
ROSC = 4,
_RESERVED_5 = 5,
SPLL = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
SOSC = 1
SOSC
SIRC = 2
SIRC
FIRC = 3
FIRC
ROSC = 4
ROSC
_RESERVED_5 = 5
SPLL = 6
SPLL
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Scs
impl Ord for Scs
Source§impl PartialOrd for Scs
impl PartialOrd for Scs
impl Copy for Scs
impl Eq for Scs
impl StructuralPartialEq for Scs
Auto Trait Implementations§
impl Freeze for Scs
impl RefUnwindSafe for Scs
impl Send for Scs
impl Sync for Scs
impl Unpin for Scs
impl UnwindSafe for Scs
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