#[repr(C, packed(1))]pub struct nfc_modulation {
pub nmt: nfc_modulation_type,
pub nbr: nfc_baud_rate,
}Expand description
@struct nfc_modulation @brief NFC modulation structure
Fields§
§nmt: nfc_modulation_type§nbr: nfc_baud_rateTrait Implementations§
Source§impl Clone for nfc_modulation
impl Clone for nfc_modulation
Source§fn clone(&self) -> nfc_modulation
fn clone(&self) -> nfc_modulation
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 nfc_modulation
impl Debug for nfc_modulation
impl Copy for nfc_modulation
Auto Trait Implementations§
impl Freeze for nfc_modulation
impl RefUnwindSafe for nfc_modulation
impl Send for nfc_modulation
impl Sync for nfc_modulation
impl Unpin for nfc_modulation
impl UnwindSafe for nfc_modulation
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