Fields
pclk: Pclk<DfllId, G>
Trait Implementations
sourceimpl<G: GclkId> Reference for FromPclk<G>
impl<G: GclkId> Reference for FromPclk<G>
sourceconst DYN: DynReference = DynReference::Pclk
const DYN: DynReference = DynReference::Pclk
Corresponding variant of
DynReference
Auto Trait Implementations
impl<G> RefUnwindSafe for FromPclk<G>where
G: RefUnwindSafe,
impl<G> Send for FromPclk<G>where
G: Send,
impl<G> Sync for FromPclk<G>where
G: Sync,
impl<G> Unpin for FromPclk<G>where
G: Unpin,
impl<G> UnwindSafe for FromPclk<G>where
G: UnwindSafe,
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