pub struct GclkOut<I: GclkIo> { /* private fields */ }Expand description
A GPIO Pin configured as a Gclk output
The existence of this struct serves as proof that the corresponding Gclk
is Enabled and that it has been output to PinId I.
See the module-level documentation for an example of creating a
GclkOut from an EnabledGclk.
Implementations
Auto Trait Implementations
impl<I> RefUnwindSafe for GclkOut<I>where
    I: RefUnwindSafe,
impl<I> Send for GclkOut<I>where
    I: Send,
impl<I> Sync for GclkOut<I>where
    I: Sync,
impl<I> Unpin for GclkOut<I>where
    I: Unpin,
impl<I> UnwindSafe for GclkOut<I>where
    I: 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