pub struct NoSck;
Expand description
A filler type for when the SCK pin is unnecessary
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSck
impl RefUnwindSafe for NoSck
impl Send for NoSck
impl Sync for NoSck
impl Unpin for NoSck
impl UnwindSafe for NoSck
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