[][src]Struct r3::hunk::ZeroInitTag

pub struct ZeroInitTag;

As a generic parameter of CfgHunkBuilder, indicates that the hunk should be zero-initialized.

Trait Implementations

impl Clone for ZeroInitTag[src]

impl Copy for ZeroInitTag[src]

impl Debug for ZeroInitTag[src]

impl Eq for ZeroInitTag[src]

impl<T> HunkIniter<T> for ZeroInitTag[src]

impl PartialEq<ZeroInitTag> for ZeroInitTag[src]

impl StructuralEq for ZeroInitTag[src]

impl StructuralPartialEq for ZeroInitTag[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<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.