[][src]Struct abi_stable::inline_storage::alignment::AlignTo16

#[repr(C)]
pub struct AlignTo16<Inline> { /* fields omitted */ }

Aligns its contents to an address at a multiple of 16 bytes.

Trait Implementations

impl<Inline> InlineStorage for AlignTo16<Inline> where
    Inline: InlineStorage
[src]

Auto Trait Implementations

impl<Inline> Send for AlignTo16<Inline> where
    Inline: Send

impl<Inline> Sync for AlignTo16<Inline> where
    Inline: Sync

impl<Inline> Unpin for AlignTo16<Inline> where
    Inline: Unpin

impl<Inline> UnwindSafe for AlignTo16<Inline> where
    Inline: UnwindSafe

impl<Inline> RefUnwindSafe for AlignTo16<Inline> where
    Inline: RefUnwindSafe

Blanket Implementations

impl<This> TransmuteElement for This where
    This: ?Sized
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T> TypeIdentity for T where
    T: ?Sized
[src]

type Type = T

The same type as Self. Read more

impl<T> SelfOps for T where
    T: ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The error type returned when the conversion fails.