pub struct MemoryAllocationNodeInfo {
pub byte_size: usize,
/* private fields */
}Fields§
§byte_size: usizeImplementations§
Trait Implementations§
Source§impl Clone for MemoryAllocationNodeInfo
impl Clone for MemoryAllocationNodeInfo
Source§fn clone(&self) -> MemoryAllocationNodeInfo
fn clone(&self) -> MemoryAllocationNodeInfo
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 MemoryAllocationNodeInfo
impl Debug for MemoryAllocationNodeInfo
impl Eq for MemoryAllocationNodeInfo
Source§impl Hash for MemoryAllocationNodeInfo
impl Hash for MemoryAllocationNodeInfo
Source§impl PartialEq for MemoryAllocationNodeInfo
impl PartialEq for MemoryAllocationNodeInfo
Auto Trait Implementations§
impl !Send for MemoryAllocationNodeInfo
impl !Sync for MemoryAllocationNodeInfo
impl Freeze for MemoryAllocationNodeInfo
impl RefUnwindSafe for MemoryAllocationNodeInfo
impl Unpin for MemoryAllocationNodeInfo
impl UnsafeUnpin for MemoryAllocationNodeInfo
impl UnwindSafe for MemoryAllocationNodeInfo
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