[][src]Struct srec::Count16

pub struct Count16(pub u16);

16-bit data record count

Trait Implementations

impl Clone for Count16[src]

impl Copy for Count16[src]

impl Debug for Count16[src]

impl Eq for Count16[src]

impl From<Count16> for u32[src]

impl Hash for Count16[src]

impl Ord for Count16[src]

impl PartialEq<Count16> for Count16[src]

impl PartialOrd<Count16> for Count16[src]

impl StructuralEq for Count16[src]

impl StructuralPartialEq for Count16[src]

Auto Trait Implementations

impl RefUnwindSafe for Count16

impl Send for Count16

impl Sync for Count16

impl Unpin for Count16

impl UnwindSafe for Count16

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.