pub struct AllocateHeapZero {
pub stack_need: Allocation,
pub heap_need: Allocation,
pub live: usize,
}Fields§
§stack_need: Allocation§heap_need: Allocation§live: usizeTrait Implementations§
Source§impl Clone for AllocateHeapZero
impl Clone for AllocateHeapZero
Source§fn clone(&self) -> AllocateHeapZero
fn clone(&self) -> AllocateHeapZero
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 Debug for AllocateHeapZero
impl Debug for AllocateHeapZero
Source§impl Decode for AllocateHeapZero
impl Decode for AllocateHeapZero
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Source§impl Encode for AllocateHeapZero
impl Encode for AllocateHeapZero
Auto Trait Implementations§
impl Freeze for AllocateHeapZero
impl RefUnwindSafe for AllocateHeapZero
impl Send for AllocateHeapZero
impl Sync for AllocateHeapZero
impl Unpin for AllocateHeapZero
impl UnwindSafe for AllocateHeapZero
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