pub struct R7;
Expand description
R7: Card interface condition
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R7
impl RefUnwindSafe for R7
impl Send for R7
impl Sync for R7
impl Unpin for R7
impl UnwindSafe for R7
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