[][src]Struct jlrs::value::union::Align16

#[repr(C, align(16))]pub struct Align16;

Ensures the next field is aligned to 16 bytes.

Trait Implementations

impl Align for Align16[src]

impl Clone for Align16[src]

impl Copy for Align16[src]

impl Debug for Align16[src]

impl PartialEq<Align16> for Align16[src]

impl StructuralPartialEq for Align16[src]

Auto Trait Implementations

impl RefUnwindSafe for Align16

impl Send for Align16

impl Sync for Align16

impl Unpin for Align16

impl UnwindSafe for Align16

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.