Struct stdf::records::HBR[][src]

pub struct HBR<'a> {
    pub head_num: U1,
    pub site_num: U1,
    pub hbin_num: U2,
    pub hbin_cnt: U4,
    pub hbin_pf: C1,
    pub hbin_nam: Cn<'a>,
}

Fields

head_num: U1site_num: U1hbin_num: U2hbin_cnt: U4hbin_pf: C1hbin_nam: Cn<'a>

Trait Implementations

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

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

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

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

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

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for HBR<'a>

impl<'a> Send for HBR<'a>

impl<'a> Sync for HBR<'a>

impl<'a> Unpin for HBR<'a>

impl<'a> UnwindSafe for HBR<'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.