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
sourceimpl DpllSourceId for Xosc0Id
impl DpllSourceId for Xosc0Id
sourceconst DYN: DynDpllSourceId = DynDpllSourceId::Xosc0
const DYN: DynDpllSourceId = DynDpllSourceId::Xosc0
Corresponding variant of
DynDpllSourceIdsourceimpl GclkSourceId for Xosc0Id
impl GclkSourceId for Xosc0Id
sourceconst DYN: DynGclkSourceId = DynGclkSourceId::Xosc0
const DYN: DynGclkSourceId = DynGclkSourceId::Xosc0
Corresponding variant of
DynGclkSourceIdAuto Trait Implementations
impl RefUnwindSafe for Xosc0Id
impl Send for Xosc0Id
impl Sync for Xosc0Id
impl Unpin for Xosc0Id
impl UnwindSafe for Xosc0Id
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more