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