pub struct ApbClk<A: ApbId> { /* private fields */ }Expand description
An enabled APB clock
An ApbClk represents an enabled APB clock. The type parameter A is an
ApbId, which corresponds to a particular bit in the APBXMASK
registers. An ApbClk can be disabled with the Apb::disable method.
Auto Trait Implementations
impl<A> RefUnwindSafe for ApbClk<A>where
    A: RefUnwindSafe,
impl<A> Send for ApbClk<A>where
    A: Send,
impl<A> Sync for ApbClk<A>where
    A: Sync,
impl<A> Unpin for ApbClk<A>where
    A: Unpin,
impl<A> UnwindSafe for ApbClk<A>where
    A: 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