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