#[repr(u8)]pub enum SelectTarget {
S0 = 0,
S1 = 1,
S2 = 2,
S3 = 3,
Sl = 4,
}Expand description
Target flag for Select command (per EPC Gen2)
Variants§
S0 = 0
Inventoried S0
S1 = 1
Inventoried S1
S2 = 2
Inventoried S2
S3 = 3
Inventoried S3
Sl = 4
SL flag
Trait Implementations§
Source§impl Clone for SelectTarget
impl Clone for SelectTarget
Source§fn clone(&self) -> SelectTarget
fn clone(&self) -> SelectTarget
Returns a duplicate of the value. Read more
1.0.0 · 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 SelectTarget
impl Debug for SelectTarget
Source§impl Default for SelectTarget
impl Default for SelectTarget
Source§fn default() -> SelectTarget
fn default() -> SelectTarget
Returns the “default value” for a type. Read more
Source§impl PartialEq for SelectTarget
impl PartialEq for SelectTarget
impl Copy for SelectTarget
impl Eq for SelectTarget
impl StructuralPartialEq for SelectTarget
Auto Trait Implementations§
impl Freeze for SelectTarget
impl RefUnwindSafe for SelectTarget
impl Send for SelectTarget
impl Sync for SelectTarget
impl Unpin for SelectTarget
impl UnwindSafe for SelectTarget
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