pub struct P2pWriteNdefLowLevel {}
Trait Implementations§
Source§impl Clone for P2pWriteNdefLowLevel
impl Clone for P2pWriteNdefLowLevel
Source§fn clone(&self) -> P2pWriteNdefLowLevel
fn clone(&self) -> P2pWriteNdefLowLevel
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 P2pWriteNdefLowLevel
impl Debug for P2pWriteNdefLowLevel
Source§impl Default for P2pWriteNdefLowLevel
impl Default for P2pWriteNdefLowLevel
Source§fn default() -> P2pWriteNdefLowLevel
fn default() -> P2pWriteNdefLowLevel
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for P2pWriteNdefLowLevel
impl FromByteSlice for P2pWriteNdefLowLevel
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(_bytes: &[u8]) -> P2pWriteNdefLowLevel
fn from_le_byte_slice(_bytes: &[u8]) -> P2pWriteNdefLowLevel
Deserialize the implementing type from a byte slice.
Source§impl Hash for P2pWriteNdefLowLevel
impl Hash for P2pWriteNdefLowLevel
Source§impl PartialEq for P2pWriteNdefLowLevel
impl PartialEq for P2pWriteNdefLowLevel
impl Copy for P2pWriteNdefLowLevel
impl Eq for P2pWriteNdefLowLevel
impl StructuralPartialEq for P2pWriteNdefLowLevel
Auto Trait Implementations§
impl Freeze for P2pWriteNdefLowLevel
impl RefUnwindSafe for P2pWriteNdefLowLevel
impl Send for P2pWriteNdefLowLevel
impl Sync for P2pWriteNdefLowLevel
impl Unpin for P2pWriteNdefLowLevel
impl UnwindSafe for P2pWriteNdefLowLevel
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