pub struct FromPclk<G: GclkId> {
pub pclk: Pclk<DfllId, G>,
}
Fields§
§pclk: Pclk<DfllId, G>
Trait Implementations§
Source§impl<G: GclkId> Reference for FromPclk<G>
impl<G: GclkId> Reference for FromPclk<G>
Source§const DYN: DynReference = DynReference::Pclk
const DYN: DynReference = DynReference::Pclk
Corresponding variant of
DynReference
Auto Trait Implementations§
impl<G> Freeze for FromPclk<G>
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§
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