Struct stdf::records::PRR[][src]

pub struct PRR<'a> {
    pub head_num: U1,
    pub site_num: U1,
    pub part_flg: B1,
    pub num_test: U2,
    pub hard_bin: U2,
    pub soft_bin: U2,
    pub x_coord: I2,
    pub y_coord: I2,
    pub test_t: U4,
    pub part_id: Cn<'a>,
    pub part_txt: Cn<'a>,
    pub part_fix: Bn<'a>,
}

Fields

head_num: U1site_num: U1part_flg: B1num_test: U2hard_bin: U2soft_bin: U2x_coord: I2y_coord: I2test_t: U4part_id: Cn<'a>part_txt: Cn<'a>part_fix: Bn<'a>

Trait Implementations

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

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

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

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

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

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for PRR<'a>

impl<'a> Send for PRR<'a>

impl<'a> Sync for PRR<'a>

impl<'a> Unpin for PRR<'a>

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