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