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

pub struct Bytes8;

Trait Implementations

impl Clone for Bytes8[src]

impl Copy for Bytes8[src]

impl Debug for Bytes8[src]

impl Default for Bytes8[src]

impl NumberOfBytes for Bytes8[src]

type AsBytes = [u8; 8]

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

impl PartialEq<Bytes8> for Bytes8[src]

impl StructuralPartialEq for Bytes8[src]

Auto Trait Implementations

impl RefUnwindSafe for Bytes8

impl Send for Bytes8

impl Sync for Bytes8

impl Unpin for Bytes8

impl UnwindSafe for Bytes8

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.