Struct stdf::records::PLR[][src]

pub struct PLR<'a> {
    pub grp_cnt: U2,
    pub grp_indx: Vec<U2>,
    pub grp_mode: Vec<U2>,
    pub grp_radx: Vec<U1>,
    pub pgm_char: Vec<Cn<'a>>,
    pub rtn_char: Vec<Cn<'a>>,
    pub pgm_chal: Vec<Cn<'a>>,
    pub rtn_chal: Vec<Cn<'a>>,
}

Fields

grp_cnt: U2grp_indx: Vec<U2>grp_mode: Vec<U2>grp_radx: Vec<U1>pgm_char: Vec<Cn<'a>>rtn_char: Vec<Cn<'a>>pgm_chal: Vec<Cn<'a>>rtn_chal: Vec<Cn<'a>>

Trait Implementations

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

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

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

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

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

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for PLR<'a>

impl<'a> Send for PLR<'a>

impl<'a> Sync for PLR<'a>

impl<'a> Unpin for PLR<'a>

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