Struct rs_lockfree::util::WrappedAlign64Type[][src]

pub struct WrappedAlign64Type<T>(pub T);

Wrap struct into WrappedAlign64Type to make it 64bytes aligned.

Methods

impl<T> WrappedAlign64Type<T>
[src]

Trait Implementations

impl<T> Default for WrappedAlign64Type<T> where
    T: Default
[src]

Returns the "default value" for a type. Read more

impl<T> Deref for WrappedAlign64Type<T>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<T> DerefMut for WrappedAlign64Type<T>
[src]

Mutably dereferences the value.

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

Performs the conversion.

Auto Trait Implementations

impl<T> Send for WrappedAlign64Type<T> where
    T: Send

impl<T> Sync for WrappedAlign64Type<T> where
    T: Sync