[][src]Struct gvariant::aligned_bytes::A1

pub struct A1;

1-byte alignment e.g. no alignment

Trait Implementations

impl AlignedTo<A1> for A1[src]

impl AlignedTo<A1> for A2[src]

impl AlignedTo<A1> for A4[src]

impl AlignedTo<A1> for A8[src]

impl Alignment for A1[src]

impl<T: AsRef<[u8]>> AsAligned<A1> for T[src]

impl AsAligned<A1> for [u8][src]

impl<T: AsRef<[u8]> + AsMut<[u8]>> AsAlignedMut<A1> for T[src]

impl AsAlignedMut<A1> for [u8][src]

impl Clone for A1[src]

impl Copy for A1[src]

impl Debug for A1[src]

Auto Trait Implementations

impl RefUnwindSafe for A1

impl Send for A1

impl Sync for A1

impl Unpin for A1

impl UnwindSafe for A1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsAligned<A1> for T where
    T: AsRef<[u8]>, 
[src]

impl<T> AsAligned<A1> for T where
    T: AsRef<[u8]>, 
[src]

impl<T> AsAligned<A1> for T where
    T: AsRef<[u8]>, 
[src]

impl<T> AsAlignedMut<A1> for T where
    T: AsRef<[u8]> + AsMut<[u8]>, 
[src]

impl<T> AsAlignedMut<A1> for T where
    T: AsRef<[u8]> + AsMut<[u8]>, 
[src]

impl<T> AsAlignedMut<A1> for T where
    T: AsRef<[u8]> + AsMut<[u8]>, 
[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.