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