pub struct FreefareNfcTag<'a> { /* private fields */ }Implementations§
Source§impl FreefareNfcTag<'_>
impl FreefareNfcTag<'_>
pub fn get_uid(&mut self) -> Option<String>
pub fn get_friendly_name(&mut self) -> Option<&str>
pub fn format( &mut self, uid: Option<&str>, system_secret: Option<&str>, ) -> Result<(), NfcError>
pub fn issue( &mut self, system_secret: &str, uid: Option<&str>, in_realms: Vec<&mut Realm>, ) -> Result<(), NfcError>
Trait Implementations§
Source§impl Drop for FreefareNfcTag<'_>
impl Drop for FreefareNfcTag<'_>
Auto Trait Implementations§
impl<'a> Freeze for FreefareNfcTag<'a>
impl<'a> RefUnwindSafe for FreefareNfcTag<'a>
impl<'a> !Send for FreefareNfcTag<'a>
impl<'a> !Sync for FreefareNfcTag<'a>
impl<'a> Unpin for FreefareNfcTag<'a>
impl<'a> UnwindSafe for FreefareNfcTag<'a>
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