Struct NFC_REMOTE_DEV_RECV_INFO
#[repr(C)]pub struct NFC_REMOTE_DEV_RECV_INFO {
pub hRemoteDev: isize,
pub sRecvBuffer: NFC_DATA_BUFFER,
}
Fields§
§hRemoteDev: isize
§sRecvBuffer: NFC_DATA_BUFFER
Trait Implementations§
§impl Clone for NFC_REMOTE_DEV_RECV_INFO
impl Clone for NFC_REMOTE_DEV_RECV_INFO
§fn clone(&self) -> NFC_REMOTE_DEV_RECV_INFO
fn clone(&self) -> NFC_REMOTE_DEV_RECV_INFO
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§impl Debug for NFC_REMOTE_DEV_RECV_INFO
impl Debug for NFC_REMOTE_DEV_RECV_INFO
§impl Default for NFC_REMOTE_DEV_RECV_INFO
impl Default for NFC_REMOTE_DEV_RECV_INFO
§impl PartialEq for NFC_REMOTE_DEV_RECV_INFO
impl PartialEq for NFC_REMOTE_DEV_RECV_INFO
impl Copy for NFC_REMOTE_DEV_RECV_INFO
impl StructuralPartialEq for NFC_REMOTE_DEV_RECV_INFO
Auto Trait Implementations§
impl Freeze for NFC_REMOTE_DEV_RECV_INFO
impl RefUnwindSafe for NFC_REMOTE_DEV_RECV_INFO
impl Send for NFC_REMOTE_DEV_RECV_INFO
impl Sync for NFC_REMOTE_DEV_RECV_INFO
impl Unpin for NFC_REMOTE_DEV_RECV_INFO
impl UnwindSafe for NFC_REMOTE_DEV_RECV_INFO
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