#[repr(C)]pub struct Iso15693_3LockBits {
pub dsfid: bool,
pub afi: bool,
}Fields§
§dsfid: bool§afi: boolTrait Implementations§
Source§impl Clone for Iso15693_3LockBits
impl Clone for Iso15693_3LockBits
Source§fn clone(&self) -> Iso15693_3LockBits
fn clone(&self) -> Iso15693_3LockBits
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Iso15693_3LockBits
impl Debug for Iso15693_3LockBits
impl Copy for Iso15693_3LockBits
Auto Trait Implementations§
impl Freeze for Iso15693_3LockBits
impl RefUnwindSafe for Iso15693_3LockBits
impl Send for Iso15693_3LockBits
impl Sync for Iso15693_3LockBits
impl Unpin for Iso15693_3LockBits
impl UnwindSafe for Iso15693_3LockBits
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