Struct repr_offset::alignment::Unaligned[][src]

pub struct Unaligned;

A marker type representing that a FieldOffset is for a (potentially) unaligned field.

Trait Implementations

impl Alignment for Unaligned[src]

impl Clone for Unaligned[src]

impl<A: Alignment> CombineAlignment<A> for Unaligned[src]

type Output = Unaligned

This is Aligned if both Self and the Rhs parameter are Aligned, otherwise it is Unaligned. Read more

impl Copy for Unaligned[src]

impl Debug for Unaligned[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtRawMutOps<Unaligned> for *mut S[src]

impl<S> ROExtRawOps<Unaligned> for *const S[src]

impl<S> ROExtRawOps<Unaligned> for *mut S[src]

Auto Trait Implementations

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<S> ROExtAcc for S[src]

impl<S> ROExtOps<Aligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[src]

impl<S> ROExtOps<Unaligned> for S[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.