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

pub struct Bytes7;

Trait Implementations

impl Clone for Bytes7[src]

impl Copy for Bytes7[src]

impl Debug for Bytes7[src]

impl Default for Bytes7[src]

impl NumberOfBytes for Bytes7[src]

type AsBytes = [u8; 7]

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

impl PartialEq<Bytes7> for Bytes7[src]

impl StructuralPartialEq for Bytes7[src]

Auto Trait Implementations

impl RefUnwindSafe for Bytes7

impl Send for Bytes7

impl Sync for Bytes7

impl Unpin for Bytes7

impl UnwindSafe for Bytes7

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.