[][src]Struct struct_pad::PadU0

pub struct PadU0(_);

A padding type with the same layout as ().

Like the other padding types, PadU0 implements the Pad trait. However, it occupies no space in memory.

Trait Implementations

impl Clone for PadU0[src]

impl Copy for PadU0[src]

impl Debug for PadU0[src]

impl Default for PadU0[src]

impl Eq for PadU0[src]

impl Hash for PadU0[src]

impl Ord for PadU0[src]

impl Pad for PadU0[src]

impl PartialEq<PadU0> for PadU0[src]

impl PartialOrd<PadU0> for PadU0[src]

Auto Trait Implementations

impl Send for PadU0

impl Sync for PadU0

impl Unpin for PadU0

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, 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.