pub struct NSTDAllocLayout { /* private fields */ }Available on crate feature
core only.Expand description
Describes a valid layout for a block of memory.
Trait Implementations§
Source§impl Clone for NSTDAllocLayout
impl Clone for NSTDAllocLayout
Source§fn clone(&self) -> NSTDAllocLayout
fn clone(&self) -> NSTDAllocLayout
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 moreimpl Copy for NSTDAllocLayout
impl Eq for NSTDAllocLayout
Source§impl PartialEq for NSTDAllocLayout
impl PartialEq for NSTDAllocLayout
Source§fn eq(&self, other: &NSTDAllocLayout) -> bool
fn eq(&self, other: &NSTDAllocLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NSTDAllocLayout
Auto Trait Implementations§
impl Freeze for NSTDAllocLayout
impl RefUnwindSafe for NSTDAllocLayout
impl Send for NSTDAllocLayout
impl Sync for NSTDAllocLayout
impl Unpin for NSTDAllocLayout
impl UnsafeUnpin for NSTDAllocLayout
impl UnwindSafe for NSTDAllocLayout
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