Struct aligned_vec::RuntimeAlign
source · [−]pub struct RuntimeAlign { /* private fields */ }
Expand description
Type wrapping a runtime alignment value.
Trait Implementations
sourceimpl Alignment for RuntimeAlign
impl Alignment for RuntimeAlign
sourceimpl Clone for RuntimeAlign
impl Clone for RuntimeAlign
sourcefn clone(&self) -> RuntimeAlign
fn clone(&self) -> RuntimeAlign
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RuntimeAlign
Auto Trait Implementations
impl RefUnwindSafe for RuntimeAlign
impl Send for RuntimeAlign
impl Sync for RuntimeAlign
impl Unpin for RuntimeAlign
impl UnwindSafe for RuntimeAlign
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more