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