[][src]Struct gs1::epc::sscc::SSCC96

pub struct SSCC96 {
    pub filter: u8,
    pub partition: u8,
    pub indicator: u8,
    pub company: u64,
    pub serial: u64,
}

96-bit Serial Shipping Container Code

Fields

filter: u8

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

partition: u8indicator: u8company: u64serial: u64

Trait Implementations

impl EPC for SSCC96[src]

impl GS1 for SSCC96[src]

impl PartialEq<SSCC96> for SSCC96[src]

impl Debug for SSCC96[src]

Auto Trait Implementations

impl Send for SSCC96

impl Sync for SSCC96

impl Unpin for SSCC96

impl UnwindSafe for SSCC96

impl RefUnwindSafe for SSCC96

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]