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