#[repr(C)]pub struct NfcEventData {
pub buffer: *mut BitBuffer,
}Expand description
Nfc event data structure.
Fields§
§buffer: *mut BitBuffer< Pointer to the received data buffer.
Trait Implementations§
Source§impl Clone for NfcEventData
impl Clone for NfcEventData
Source§fn clone(&self) -> NfcEventData
fn clone(&self) -> NfcEventData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NfcEventData
Auto Trait Implementations§
impl !Send for NfcEventData
impl !Sync for NfcEventData
impl Freeze for NfcEventData
impl RefUnwindSafe for NfcEventData
impl Unpin for NfcEventData
impl UnsafeUnpin for NfcEventData
impl UnwindSafe for NfcEventData
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