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§
Source§impl DpllSourceId for Xosc1Id
impl DpllSourceId for Xosc1Id
Source§const DYN: DynDpllSourceId = DynDpllSourceId::Xosc1
const DYN: DynDpllSourceId = DynDpllSourceId::Xosc1
Corresponding variant of
DynDpllSourceId
Source§impl GclkSourceId for Xosc1Id
impl GclkSourceId for Xosc1Id
Source§const DYN: DynGclkSourceId = DynGclkSourceId::Xosc1
const DYN: DynGclkSourceId = DynGclkSourceId::Xosc1
Corresponding variant of
DynGclkSourceId
Auto Trait Implementations§
impl Freeze for Xosc1Id
impl RefUnwindSafe for Xosc1Id
impl Send for Xosc1Id
impl Sync for Xosc1Id
impl Unpin for Xosc1Id
impl UnwindSafe for Xosc1Id
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