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
sourceimpl GclkSourceId for Dpll1Id
impl GclkSourceId for Dpll1Id
sourceconst DYN: DynGclkSourceId = DynGclkSourceId::Dpll1
const DYN: DynGclkSourceId = DynGclkSourceId::Dpll1
Corresponding variant of
DynGclkSourceId
Auto Trait Implementations
impl RefUnwindSafe for Dpll1Id
impl Send for Dpll1Id
impl Sync for Dpll1Id
impl Unpin for Dpll1Id
impl UnwindSafe for Dpll1Id
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