Struct tinkerforge_async::nfc_bricklet::P2pReadNdefResult
source · pub struct P2pReadNdefResult {}
Trait Implementations§
source§impl Clone for P2pReadNdefResult
impl Clone for P2pReadNdefResult
source§fn clone(&self) -> P2pReadNdefResult
fn clone(&self) -> P2pReadNdefResult
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 moresource§impl Debug for P2pReadNdefResult
impl Debug for P2pReadNdefResult
source§impl Default for P2pReadNdefResult
impl Default for P2pReadNdefResult
source§fn default() -> P2pReadNdefResult
fn default() -> P2pReadNdefResult
Returns the “default value” for a type. Read more
source§impl Hash for P2pReadNdefResult
impl Hash for P2pReadNdefResult
source§impl LowLevelRead<u8, P2pReadNdefResult> for P2pReadNdefLowLevel
impl LowLevelRead<u8, P2pReadNdefResult> for P2pReadNdefLowLevel
fn ll_message_length(&self) -> usize
fn ll_message_chunk_offset(&self) -> usize
fn ll_message_chunk_data(&self) -> &[u8] ⓘ
fn get_result(&self) -> P2pReadNdefResult
source§impl PartialEq for P2pReadNdefResult
impl PartialEq for P2pReadNdefResult
source§fn eq(&self, other: &P2pReadNdefResult) -> bool
fn eq(&self, other: &P2pReadNdefResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for P2pReadNdefResult
impl Eq for P2pReadNdefResult
impl StructuralEq for P2pReadNdefResult
impl StructuralPartialEq for P2pReadNdefResult
Auto Trait Implementations§
impl RefUnwindSafe for P2pReadNdefResult
impl Send for P2pReadNdefResult
impl Sync for P2pReadNdefResult
impl Unpin for P2pReadNdefResult
impl UnwindSafe for P2pReadNdefResult
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