[][src]Struct packed_struct::types::bits::Bytes14

pub struct Bytes14;

Trait Implementations

impl Clone for Bytes14[src]

impl Copy for Bytes14[src]

impl Debug for Bytes14[src]

impl Default for Bytes14[src]

impl NumberOfBytes for Bytes14[src]

type AsBytes = [u8; 14]

The byte array type that holds these bytes, for instance [u8; 2].

impl PartialEq<Bytes14> for Bytes14[src]

impl StructuralPartialEq for Bytes14[src]

Auto Trait Implementations

impl RefUnwindSafe for Bytes14

impl Send for Bytes14

impl Sync for Bytes14

impl Unpin for Bytes14

impl UnwindSafe for Bytes14

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.