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

pub struct Bytes25;

Trait Implementations

impl Clone for Bytes25[src]

impl Copy for Bytes25[src]

impl Debug for Bytes25[src]

impl Default for Bytes25[src]

impl NumberOfBytes for Bytes25[src]

type AsBytes = [u8; 25]

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

impl PartialEq<Bytes25> for Bytes25[src]

impl StructuralPartialEq for Bytes25[src]

Auto Trait Implementations

impl RefUnwindSafe for Bytes25

impl Send for Bytes25

impl Sync for Bytes25

impl Unpin for Bytes25

impl UnwindSafe for Bytes25

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.