Struct stdf::records::PIR[][src]

pub struct PIR {
    pub head_num: U1,
    pub site_num: U1,
}

Fields

head_num: U1site_num: U1

Trait Implementations

impl Debug for PIR[src]

impl Eq for PIR[src]

impl PartialEq<PIR> for PIR[src]

impl StructuralEq for PIR[src]

impl StructuralPartialEq for PIR[src]

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

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

Auto Trait Implementations

impl RefUnwindSafe for PIR

impl Send for PIR

impl Sync for PIR

impl Unpin for PIR

impl UnwindSafe for PIR

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.