pub struct ISO11898 { /* private fields */ }Expand description
ISO 11898 communication protocol
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ISO11898
impl RefUnwindSafe for ISO11898
impl !Sync for ISO11898
impl Unpin for ISO11898
impl UnwindSafe for ISO11898
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