Struct libfprint_rs::SerializedPrint
source · pub struct SerializedPrint<'a> { /* private fields */ }
Expand description
Struct representing a serialized fingerprint. You can use this struct to save a fingerprint to persistent storage for later use.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for SerializedPrint<'a>
impl<'a> Send for SerializedPrint<'a>
impl<'a> Sync for SerializedPrint<'a>
impl<'a> Unpin for SerializedPrint<'a>
impl<'a> !UnwindSafe for SerializedPrint<'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