Struct flipperzero_sys::NfcaSignal
source · #[repr(C)]pub struct NfcaSignal {
pub one: *mut DigitalSignal,
pub zero: *mut DigitalSignal,
pub tx_signal: *mut DigitalSignal,
}Fields§
§one: *mut DigitalSignal§zero: *mut DigitalSignal§tx_signal: *mut DigitalSignalTrait Implementations§
source§impl Clone for NfcaSignal
impl Clone for NfcaSignal
source§fn clone(&self) -> NfcaSignal
fn clone(&self) -> NfcaSignal
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 more