pub struct NMABarCodeWidget { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for NMABarCodeWidget
impl RefUnwindSafe for NMABarCodeWidget
impl !Send for NMABarCodeWidget
impl !Sync for NMABarCodeWidget
impl !Unpin for NMABarCodeWidget
impl UnwindSafe for NMABarCodeWidget
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