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