[][src]Struct srec::Count24

pub struct Count24(pub u32);

24-bit data record count

Trait Implementations

impl Clone for Count24[src]

impl Copy for Count24[src]

impl Debug for Count24[src]

impl Eq for Count24[src]

impl From<Count24> for u32[src]

impl Hash for Count24[src]

impl Ord for Count24[src]

impl PartialEq<Count24> for Count24[src]

impl PartialOrd<Count24> for Count24[src]

impl StructuralEq for Count24[src]

impl StructuralPartialEq for Count24[src]

Auto Trait Implementations

impl RefUnwindSafe for Count24

impl Send for Count24

impl Sync for Count24

impl Unpin for Count24

impl UnwindSafe for Count24

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.