Struct flipperzero_sys::NfcVEmuAirSignals
source · #[repr(C)]pub struct NfcVEmuAirSignals {
pub nfcv_resp_sof: *mut DigitalSignal,
pub nfcv_resp_one: *mut DigitalSignal,
pub nfcv_resp_zero: *mut DigitalSignal,
pub nfcv_resp_eof: *mut DigitalSignal,
}Fields§
§nfcv_resp_sof: *mut DigitalSignal§nfcv_resp_one: *mut DigitalSignal§nfcv_resp_zero: *mut DigitalSignal§nfcv_resp_eof: *mut DigitalSignalTrait Implementations§
source§impl Clone for NfcVEmuAirSignals
impl Clone for NfcVEmuAirSignals
source§fn clone(&self) -> NfcVEmuAirSignals
fn clone(&self) -> NfcVEmuAirSignals
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 NfcVEmuAirSignals
impl Debug for NfcVEmuAirSignals
impl Copy for NfcVEmuAirSignals
Auto Trait Implementations§
impl RefUnwindSafe for NfcVEmuAirSignals
impl !Send for NfcVEmuAirSignals
impl !Sync for NfcVEmuAirSignals
impl Unpin for NfcVEmuAirSignals
impl UnwindSafe for NfcVEmuAirSignals
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