#[repr(C)]pub struct Iso15693_3Settings {
pub lock_bits: Iso15693_3LockBits,
}Fields§
§lock_bits: Iso15693_3LockBitsTrait Implementations§
Source§impl Clone for Iso15693_3Settings
impl Clone for Iso15693_3Settings
Source§fn clone(&self) -> Iso15693_3Settings
fn clone(&self) -> Iso15693_3Settings
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_3Settings
impl Debug for Iso15693_3Settings
impl Copy for Iso15693_3Settings
Auto Trait Implementations§
impl Freeze for Iso15693_3Settings
impl RefUnwindSafe for Iso15693_3Settings
impl Send for Iso15693_3Settings
impl Sync for Iso15693_3Settings
impl Unpin for Iso15693_3Settings
impl UnwindSafe for Iso15693_3Settings
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