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 moresource§impl Debug for NfcaSignal
impl Debug for NfcaSignal
impl Copy for NfcaSignal
Auto Trait Implementations§
impl RefUnwindSafe for NfcaSignal
impl !Send for NfcaSignal
impl !Sync for NfcaSignal
impl Unpin for NfcaSignal
impl UnwindSafe for NfcaSignal
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