#[repr(C)]pub struct nfc_device {Show 13 fields
pub context: *const nfc_context,
pub driver: *const nfc_driver,
pub driver_data: *mut c_void,
pub chip_data: *mut c_void,
pub name: [c_char; 256],
pub connstring: nfc_connstring,
pub bCrc: u8,
pub bPar: u8,
pub bEasyFraming: u8,
pub bInfiniteSelect: u8,
pub bAutoIso14443_4: u8,
pub btSupportByte: uint8_t,
pub last_error: c_int,
}Fields§
§context: *const nfc_context§driver: *const nfc_driver§driver_data: *mut c_void§chip_data: *mut c_void§name: [c_char; 256]§connstring: nfc_connstring§bCrc: u8§bPar: u8§bEasyFraming: u8§bInfiniteSelect: u8§bAutoIso14443_4: u8§btSupportByte: uint8_t§last_error: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for nfc_device
impl RefUnwindSafe for nfc_device
impl !Send for nfc_device
impl !Sync for nfc_device
impl Unpin for nfc_device
impl UnwindSafe for nfc_device
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