Struct NFC_NDEF_INFO
#[repr(C)]pub struct NFC_NDEF_INFO {
pub fIsNdefFormatted: bool,
pub fIsReadOnly: bool,
pub dwActualMessageLength: u32,
pub dwMaxMessageLength: u32,
}
Fields§
§fIsNdefFormatted: bool
§fIsReadOnly: bool
§dwActualMessageLength: u32
§dwMaxMessageLength: u32
Trait Implementations§
§impl Clone for NFC_NDEF_INFO
impl Clone for NFC_NDEF_INFO
§fn clone(&self) -> NFC_NDEF_INFO
fn clone(&self) -> NFC_NDEF_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_NDEF_INFO
impl Debug for NFC_NDEF_INFO
§impl Default for NFC_NDEF_INFO
impl Default for NFC_NDEF_INFO
§impl PartialEq for NFC_NDEF_INFO
impl PartialEq for NFC_NDEF_INFO
impl Copy for NFC_NDEF_INFO
impl StructuralPartialEq for NFC_NDEF_INFO
Auto Trait Implementations§
impl Freeze for NFC_NDEF_INFO
impl RefUnwindSafe for NFC_NDEF_INFO
impl Send for NFC_NDEF_INFO
impl Sync for NFC_NDEF_INFO
impl Unpin for NFC_NDEF_INFO
impl UnwindSafe for NFC_NDEF_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