Struct NFC_SE_LIST
#[repr(C)]pub struct NFC_SE_LIST {
pub NumberOfEndpoints: u32,
pub EndpointList: [NFC_SE_INFO; 1],
}
Fields§
§NumberOfEndpoints: u32
§EndpointList: [NFC_SE_INFO; 1]
Trait Implementations§
§impl Clone for NFC_SE_LIST
impl Clone for NFC_SE_LIST
§fn clone(&self) -> NFC_SE_LIST
fn clone(&self) -> NFC_SE_LIST
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_SE_LIST
impl Debug for NFC_SE_LIST
§impl PartialEq for NFC_SE_LIST
impl PartialEq for NFC_SE_LIST
impl Copy for NFC_SE_LIST
impl StructuralPartialEq for NFC_SE_LIST
Auto Trait Implementations§
impl Freeze for NFC_SE_LIST
impl RefUnwindSafe for NFC_SE_LIST
impl Send for NFC_SE_LIST
impl Sync for NFC_SE_LIST
impl Unpin for NFC_SE_LIST
impl UnwindSafe for NFC_SE_LIST
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