Struct aligned::Aligned
[−]
[src]
pub struct Aligned<ALIGNMENT, ARRAY> { /* fields omitted */ }An ARRAY aligned to mem::align_of::<ALIGNMENT>
Trait Implementations
impl<ALIGNMENT, ARRAY> Deref for Aligned<ALIGNMENT, ARRAY>[src]
type Target = ARRAY
The resulting type after dereferencing
fn deref(&self) -> &ARRAY
The method called to dereference a value
impl<ALIGNMENT, ARRAY> DerefMut for Aligned<ALIGNMENT, ARRAY>[src]
fn deref_mut(&mut self) -> &mut ARRAY
The method called to mutably dereference a value