[][src]Struct gs1::epc::sgtin::SGTIN96

pub struct SGTIN96 {
    pub filter: u8,
    pub gtin: GTIN,
    pub serial: u64,
}

96-bit Serialised Global Trade Item Number

This comprises a GTIN, a filter value (which is used by RFID readers), and a numeric serial number.

Fields

filter: u8

Filter value to allow RFID readers to select the type of tag to read.

gtin: GTIN

Global Trade Item Number

serial: u64

Item serial number

Trait Implementations

impl EPC for SGTIN96[src]

impl GS1 for SGTIN96[src]

impl PartialEq<SGTIN96> for SGTIN96[src]

impl Debug for SGTIN96[src]

Auto Trait Implementations

impl Send for SGTIN96

impl Sync for SGTIN96

impl Unpin for SGTIN96

impl UnwindSafe for SGTIN96

impl RefUnwindSafe for SGTIN96

Blanket Implementations

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

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

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]