pub struct TlvValue { /* private fields */ }
Implementations§
Source§impl TlvValue
impl TlvValue
pub fn terminator() -> Self
pub fn null() -> Self
pub fn lock_control(value: &[u8]) -> Self
pub fn memory_control(value: &[u8]) -> Self
pub fn message(value: &[u8]) -> Self
pub fn ndef_message(message: &NdefMessage) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TlvValue
impl RefUnwindSafe for TlvValue
impl Send for TlvValue
impl Sync for TlvValue
impl Unpin for TlvValue
impl UnwindSafe for TlvValue
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