#[repr(i32)]pub enum BarcodeCompositeType {
None = 0,
Linked = 1,
Gs1TypeA = 2,
Gs1TypeB = 3,
Gs1TypeC = 4,
}Expand description
Mirrors VNBarcodeCompositeType.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BarcodeCompositeType
impl Clone for BarcodeCompositeType
Source§fn clone(&self) -> BarcodeCompositeType
fn clone(&self) -> BarcodeCompositeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BarcodeCompositeType
impl Debug for BarcodeCompositeType
Source§impl Hash for BarcodeCompositeType
impl Hash for BarcodeCompositeType
Source§impl PartialEq for BarcodeCompositeType
impl PartialEq for BarcodeCompositeType
Source§fn eq(&self, other: &BarcodeCompositeType) -> bool
fn eq(&self, other: &BarcodeCompositeType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BarcodeCompositeType
impl Eq for BarcodeCompositeType
impl StructuralPartialEq for BarcodeCompositeType
Auto Trait Implementations§
impl Freeze for BarcodeCompositeType
impl RefUnwindSafe for BarcodeCompositeType
impl Send for BarcodeCompositeType
impl Sync for BarcodeCompositeType
impl Unpin for BarcodeCompositeType
impl UnsafeUnpin for BarcodeCompositeType
impl UnwindSafe for BarcodeCompositeType
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