pub struct NoClkPin;
Expand description
Used to configure no pin as clock output
Auto Trait Implementations§
impl Freeze for NoClkPin
impl RefUnwindSafe for NoClkPin
impl Send for NoClkPin
impl Sync for NoClkPin
impl Unpin for NoClkPin
impl UnwindSafe for NoClkPin
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