pub enum Xosc0Id {}Expand description
Type-level variant of XoscId representing the identity of XOSC0
See the documentation on type-level programming and specifically type-level enums for more details.
Trait Implementations§
Source§impl DpllSourceId for Xosc0Id
 
impl DpllSourceId for Xosc0Id
Source§const DYN: DynDpllSourceId = DynDpllSourceId::Xosc0
 
const DYN: DynDpllSourceId = DynDpllSourceId::Xosc0
Corresponding variant of 
DynDpllSourceIdSource§impl GclkSourceId for Xosc0Id
 
impl GclkSourceId for Xosc0Id
Source§const DYN: DynGclkSourceId = DynGclkSourceId::Xosc0
 
const DYN: DynGclkSourceId = DynGclkSourceId::Xosc0
Corresponding variant of 
DynGclkSourceIdAuto Trait Implementations§
impl Freeze for Xosc0Id
impl RefUnwindSafe for Xosc0Id
impl Send for Xosc0Id
impl Sync for Xosc0Id
impl Unpin for Xosc0Id
impl UnwindSafe for Xosc0Id
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