pub struct Biometric<R: Runtime>(/* private fields */);
Expand description
Access to the biometric APIs.
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Biometric<R>
impl<R> !RefUnwindSafe for Biometric<R>
impl<R> Send for Biometric<R>
impl<R> Sync for Biometric<R>
impl<R> Unpin for Biometric<R>
impl<R> !UnwindSafe for Biometric<R>
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