#[repr(C, packed(1))]pub struct nfc_dep_info {
pub abtNFCID3: [u8; 10],
pub btDID: u8,
pub btBS: u8,
pub btBR: u8,
pub btTO: u8,
pub btPP: u8,
pub abtGB: [u8; 48],
pub szGB: size_t,
pub ndm: nfc_dep_mode,
}Fields§
§abtNFCID3: [u8; 10]§btDID: u8§btBS: u8§btBR: u8§btTO: u8§btPP: u8§abtGB: [u8; 48]§szGB: size_t§ndm: nfc_dep_modeTrait Implementations§
Source§impl Clone for nfc_dep_info
impl Clone for nfc_dep_info
Source§fn clone(&self) -> nfc_dep_info
fn clone(&self) -> nfc_dep_info
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 moreimpl Copy for nfc_dep_info
Auto Trait Implementations§
impl Freeze for nfc_dep_info
impl RefUnwindSafe for nfc_dep_info
impl Send for nfc_dep_info
impl Sync for nfc_dep_info
impl Unpin for nfc_dep_info
impl UnsafeUnpin for nfc_dep_info
impl UnwindSafe for nfc_dep_info
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