pub struct DataClk;Expand description
Transceiver has a DATIN and a CKIN pin.
Trait Implementations§
impl HasData for DataClk
impl HasDataAndClk for DataClk
Auto Trait Implementations§
impl Freeze for DataClk
impl RefUnwindSafe for DataClk
impl Send for DataClk
impl Sync for DataClk
impl Unpin for DataClk
impl UnsafeUnpin for DataClk
impl UnwindSafe for DataClk
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