Struct flipperzero_sys::NfcVEmuAir
source · #[repr(C)]pub struct NfcVEmuAir {
pub reader_signal: *mut PulseReader,
pub nfcv_resp_pulse: *mut DigitalSignal,
pub nfcv_resp_half_pulse: *mut DigitalSignal,
pub nfcv_resp_unmod: *mut DigitalSignal,
pub signals_high: NfcVEmuAirSignals,
pub signals_low: NfcVEmuAirSignals,
pub nfcv_signal: *mut DigitalSequence,
}Fields§
§reader_signal: *mut PulseReader§nfcv_resp_pulse: *mut DigitalSignal§nfcv_resp_half_pulse: *mut DigitalSignal§nfcv_resp_unmod: *mut DigitalSignal§signals_high: NfcVEmuAirSignals§signals_low: NfcVEmuAirSignals§nfcv_signal: *mut DigitalSequenceTrait Implementations§
source§impl Clone for NfcVEmuAir
impl Clone for NfcVEmuAir
source§fn clone(&self) -> NfcVEmuAir
fn clone(&self) -> NfcVEmuAir
Returns a copy 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 NfcVEmuAir
impl Debug for NfcVEmuAir
impl Copy for NfcVEmuAir
Auto Trait Implementations§
impl RefUnwindSafe for NfcVEmuAir
impl !Send for NfcVEmuAir
impl !Sync for NfcVEmuAir
impl Unpin for NfcVEmuAir
impl UnwindSafe for NfcVEmuAir
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