Struct stdf::records::PCR[][src]

pub struct PCR {
    pub head_num: U1,
    pub site_num: U1,
    pub part_cnt: U4,
    pub rtst_cnt: U4,
    pub abrt_cnt: U4,
    pub good_cnt: U4,
    pub func_cnt: U4,
}

Fields

head_num: U1site_num: U1part_cnt: U4rtst_cnt: U4abrt_cnt: U4good_cnt: U4func_cnt: U4

Trait Implementations

impl Debug for PCR[src]

impl Eq for PCR[src]

impl PartialEq<PCR> for PCR[src]

impl StructuralEq for PCR[src]

impl StructuralPartialEq for PCR[src]

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

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

Auto Trait Implementations

impl RefUnwindSafe for PCR

impl Send for PCR

impl Sync for PCR

impl Unpin for PCR

impl UnwindSafe for PCR

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.