#[repr(C, packed(1))]pub struct nfc_target {
pub nti: nfc_target_info,
pub nm: nfc_modulation,
}Fields§
§nti: nfc_target_info§nm: nfc_modulationTrait Implementations§
Source§impl Clone for nfc_target
impl Clone for nfc_target
Source§fn clone(&self) -> nfc_target
fn clone(&self) -> nfc_target
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_target
Auto Trait Implementations§
impl Freeze for nfc_target
impl RefUnwindSafe for nfc_target
impl Send for nfc_target
impl Sync for nfc_target
impl Unpin for nfc_target
impl UnsafeUnpin for nfc_target
impl UnwindSafe for nfc_target
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