[][src]Struct gvariant::aligned_bytes::A4

#[repr(align(4))]pub struct A4;

4-byte alignment

Trait Implementations

impl AlignedTo<A1> for A4[src]

impl AlignedTo<A2> for A4[src]

impl AlignedTo<A4> for A4[src]

impl AlignedTo<A4> for A8[src]

impl Alignment for A4[src]

impl Clone for A4[src]

impl Copy for A4[src]

impl Debug for A4[src]

Auto Trait Implementations

impl RefUnwindSafe for A4

impl Send for A4

impl Sync for A4

impl Unpin for A4

impl UnwindSafe for A4

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.