pub struct DataOnly;Expand description
Transceiver has a DATIN pin, no CKIN (clock from CKOUT or the neighbor).
Trait Implementations§
impl HasData for DataOnly
Auto Trait Implementations§
impl Freeze for DataOnly
impl RefUnwindSafe for DataOnly
impl Send for DataOnly
impl Sync for DataOnly
impl Unpin for DataOnly
impl UnsafeUnpin for DataOnly
impl UnwindSafe for DataOnly
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