Struct NFC_LLCP_CONFIG
#[repr(C)]pub struct NFC_LLCP_CONFIG {
pub uMIU: u16,
pub uWKS: u16,
pub bLTO: u8,
pub bOptions: u8,
pub fAutoActivate: bool,
}
Fields§
§uMIU: u16
§uWKS: u16
§bLTO: u8
§bOptions: u8
§fAutoActivate: bool
Trait Implementations§
§impl Clone for NFC_LLCP_CONFIG
impl Clone for NFC_LLCP_CONFIG
§fn clone(&self) -> NFC_LLCP_CONFIG
fn clone(&self) -> NFC_LLCP_CONFIG
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_CONFIG
impl Debug for NFC_LLCP_CONFIG
§impl Default for NFC_LLCP_CONFIG
impl Default for NFC_LLCP_CONFIG
§impl PartialEq for NFC_LLCP_CONFIG
impl PartialEq for NFC_LLCP_CONFIG
impl Copy for NFC_LLCP_CONFIG
impl StructuralPartialEq for NFC_LLCP_CONFIG
Auto Trait Implementations§
impl Freeze for NFC_LLCP_CONFIG
impl RefUnwindSafe for NFC_LLCP_CONFIG
impl Send for NFC_LLCP_CONFIG
impl Sync for NFC_LLCP_CONFIG
impl Unpin for NFC_LLCP_CONFIG
impl UnwindSafe for NFC_LLCP_CONFIG
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