pub struct ClkOutPin<'d> { /* private fields */ }Expand description
Wraps a GPIO pin which will be used as the clock output signal
Implementations§
Auto Trait Implementations§
impl<'d> Freeze for ClkOutPin<'d>
impl<'d> RefUnwindSafe for ClkOutPin<'d>
impl<'d> Send for ClkOutPin<'d>
impl<'d> Sync for ClkOutPin<'d>
impl<'d> Unpin for ClkOutPin<'d>
impl<'d> !UnwindSafe for ClkOutPin<'d>
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