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 DigitalSignalzero: *mut DigitalSignaltx_signal: *mut DigitalSignalTrait Implementations
sourceimpl Clone for NfcaSignal
impl Clone for NfcaSignal
sourcefn clone(&self) -> NfcaSignal
fn clone(&self) -> NfcaSignal
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more