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