Struct libfprint_rs::DeviceList
source · pub struct DeviceList<'a> { /* private fields */ }
Expand description
List of fingerprint devices. This struct will allow you to iterate over the fingerprint devices.
Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DeviceList<'a>
impl<'a> !Send for DeviceList<'a>
impl<'a> !Sync for DeviceList<'a>
impl<'a> Unpin for DeviceList<'a>
impl<'a> UnwindSafe for DeviceList<'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