pub enum DfllId {}Expand description
Id type representing the identity of the DFLL clock
Trait Implementations
sourceimpl GclkSourceId for DfllId
impl GclkSourceId for DfllId
sourceconst DYN: DynGclkSourceId = DynGclkSourceId::Dfll
const DYN: DynGclkSourceId = DynGclkSourceId::Dfll
Corresponding variant of
DynGclkSourceIdAuto Trait Implementations
impl RefUnwindSafe for DfllId
impl Send for DfllId
impl Sync for DfllId
impl Unpin for DfllId
impl UnwindSafe for DfllId
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