#[repr(C)]pub struct NfcTarget {
pub nti: nfc_target_info,
pub nm: modulation_t,
}Fields§
§nti: nfc_target_info§nm: modulation_tAuto Trait Implementations§
impl Freeze for NfcTarget
impl RefUnwindSafe for NfcTarget
impl Send for NfcTarget
impl Sync for NfcTarget
impl Unpin for NfcTarget
impl UnwindSafe for NfcTarget
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