Struct riot_sys::NFCT_FRAMESTATUS_Type
source · #[repr(C)]pub struct NFCT_FRAMESTATUS_Type {
pub RX: u32,
}
Expand description
@brief NFCT_FRAMESTATUS [FRAMESTATUS] (Unspecified)
Fields§
§RX: u32
< (@ 0x00000000) Result of last incoming frame
Trait Implementations§
source§impl Clone for NFCT_FRAMESTATUS_Type
impl Clone for NFCT_FRAMESTATUS_Type
source§fn clone(&self) -> NFCT_FRAMESTATUS_Type
fn clone(&self) -> NFCT_FRAMESTATUS_Type
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 NFCT_FRAMESTATUS_Type
impl Debug for NFCT_FRAMESTATUS_Type
source§impl Default for NFCT_FRAMESTATUS_Type
impl Default for NFCT_FRAMESTATUS_Type
source§fn default() -> NFCT_FRAMESTATUS_Type
fn default() -> NFCT_FRAMESTATUS_Type
Returns the “default value” for a type. Read more
impl Copy for NFCT_FRAMESTATUS_Type
Auto Trait Implementations§
impl RefUnwindSafe for NFCT_FRAMESTATUS_Type
impl Send for NFCT_FRAMESTATUS_Type
impl Sync for NFCT_FRAMESTATUS_Type
impl Unpin for NFCT_FRAMESTATUS_Type
impl UnwindSafe for NFCT_FRAMESTATUS_Type
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