Enum libfprint_rs::FpScanType
source · pub enum FpScanType {
Swipe,
Press,
}
Expand description
Enum representing the different types of scans that a device may support.
Variants§
Trait Implementations§
source§impl Debug for FpScanType
impl Debug for FpScanType
Auto Trait Implementations§
impl RefUnwindSafe for FpScanType
impl Send for FpScanType
impl Sync for FpScanType
impl Unpin for FpScanType
impl UnwindSafe for FpScanType
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