Struct stdf::records::RDR[][src]

pub struct RDR {
    pub num_bins: U2,
    pub rtst_bin: Vec<U2>,
}

Fields

num_bins: U2rtst_bin: Vec<U2>

Trait Implementations

impl Debug for RDR[src]

impl Eq for RDR[src]

impl PartialEq<RDR> for RDR[src]

impl StructuralEq for RDR[src]

impl StructuralPartialEq for RDR[src]

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

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

Auto Trait Implementations

impl RefUnwindSafe for RDR

impl Send for RDR

impl Sync for RDR

impl Unpin for RDR

impl UnwindSafe for RDR

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.