pub enum Dpll1Id {}
Expand description
Type-level variant of DpllId
representing the identity of DPLL1
See the documentation on type-level programming and specifically type-level enums for more details.
Trait Implementations§
Source§impl GclkSourceId for Dpll1Id
impl GclkSourceId for Dpll1Id
Source§const DYN: DynGclkSourceId = DynGclkSourceId::Dpll1
const DYN: DynGclkSourceId = DynGclkSourceId::Dpll1
Corresponding variant of
DynGclkSourceId
Auto Trait Implementations§
impl Freeze for Dpll1Id
impl RefUnwindSafe for Dpll1Id
impl Send for Dpll1Id
impl Sync for Dpll1Id
impl Unpin for Dpll1Id
impl UnwindSafe for Dpll1Id
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