#[repr(C)]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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for NSTDAllocLayout
impl PartialEq for NSTDAllocLayout
impl Copy for NSTDAllocLayout
impl Eq for NSTDAllocLayout
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 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