pub struct StandardLayout { /* private fields */ }Expand description
The default layout contract.
Implementations§
Trait Implementations§
Source§impl Clone for StandardLayout
impl Clone for StandardLayout
Source§fn clone(&self) -> StandardLayout
fn clone(&self) -> StandardLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StandardLayout
impl Debug for StandardLayout
Source§impl Default for StandardLayout
impl Default for StandardLayout
Source§fn default() -> StandardLayout
fn default() -> StandardLayout
Returns the “default value” for a type. Read more
Source§impl LayoutInvariants for StandardLayout
impl LayoutInvariants for StandardLayout
Auto Trait Implementations§
impl !RefUnwindSafe for StandardLayout
impl !UnwindSafe for StandardLayout
impl Freeze for StandardLayout
impl Send for StandardLayout
impl Sync for StandardLayout
impl Unpin for StandardLayout
impl UnsafeUnpin for StandardLayout
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