Struct stdf::records::SBR[][src]

pub struct SBR<'a> {
    pub head_num: U1,
    pub site_num: U1,
    pub sbin_num: U2,
    pub sbin_cnt: U4,
    pub sbin_pf: C1,
    pub sbin_nam: Cn<'a>,
}

Fields

head_num: U1site_num: U1sbin_num: U2sbin_cnt: U4sbin_pf: C1sbin_nam: Cn<'a>

Trait Implementations

impl<'a> Debug for SBR<'a>[src]

impl<'a> Eq for SBR<'a>[src]

impl<'a> PartialEq<SBR<'a>> for SBR<'a>[src]

impl<'a> StructuralEq for SBR<'a>[src]

impl<'a> StructuralPartialEq for SBR<'a>[src]

impl<'a> TryRead<'a, Endian> for SBR<'a>[src]

impl<'a> TryWrite<Endian> for SBR<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for SBR<'a>

impl<'a> Send for SBR<'a>

impl<'a> Sync for SBR<'a>

impl<'a> Unpin for SBR<'a>

impl<'a> UnwindSafe for SBR<'a>

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.