pub struct StackAlloc32 {
    pub amt: u32,
}Expand description
sp = sp.checked_sub(amt)
Fields§
§amt: u32Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for StackAlloc32
 
impl<'arbitrary> Arbitrary<'arbitrary> for StackAlloc32
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
 
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of 
Self from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
 
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of 
Self from the entirety of the given
unstructured data. Read moreSource§impl Clone for StackAlloc32
 
impl Clone for StackAlloc32
Source§fn clone(&self) -> StackAlloc32
 
fn clone(&self) -> StackAlloc32
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 StackAlloc32
 
impl Debug for StackAlloc32
Source§impl Encode for StackAlloc32
Available on crate feature encode only. 
impl Encode for StackAlloc32
Available on crate feature 
encode only.Source§impl From<StackAlloc32> for Op
 
impl From<StackAlloc32> for Op
Source§fn from(op: StackAlloc32) -> Self
 
fn from(op: StackAlloc32) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StackAlloc32
 
impl PartialEq for StackAlloc32
impl Copy for StackAlloc32
impl Eq for StackAlloc32
impl StructuralPartialEq for StackAlloc32
Auto Trait Implementations§
impl Freeze for StackAlloc32
impl RefUnwindSafe for StackAlloc32
impl Send for StackAlloc32
impl Sync for StackAlloc32
impl Unpin for StackAlloc32
impl UnwindSafe for StackAlloc32
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