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
impl Copy for P2pReadNdefResult
impl Eq for P2pReadNdefResult
impl StructuralPartialEq for P2pReadNdefResult
Auto Trait Implementations§
impl Freeze for P2pReadNdefResult
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