[][src]Struct gs1::epc::tid::TID

pub struct TID {
    pub xtid: bool,
    pub security: bool,
    pub file: bool,
    pub mdid: u16,
    pub tmid: u16,
}

Tag Identification

Fields

xtid: bool

Whether the Tag implements Extended Tag Identification

security: bool

Whether the Tag supports the Authenticate and/or Challenge commands

file: bool

Whether the Tag supports the FileOpen command

mdid: u16

Mask-designer (manufacturer) identifier

tmid: u16

Tag-manufacturer-defined Tag Model Number

Trait Implementations

impl Clone for TID[src]

impl Copy for TID[src]

impl PartialEq<TID> for TID[src]

impl Debug for TID[src]

Auto Trait Implementations

impl Send for TID

impl Sync for TID

impl Unpin for TID

impl UnwindSafe for TID

impl RefUnwindSafe for TID

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]