pub struct CFSI(_);
Expand description
Shrink the current call frame’s stack by an immediate value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CFSI
impl<'de> Deserialize<'de> for CFSI
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<CFSI> for Instruction
impl From<CFSI> for Instruction
source§impl PartialEq<CFSI> for CFSI
impl PartialEq<CFSI> for CFSI
impl Copy for CFSI
impl Eq for CFSI
impl StructuralEq for CFSI
impl StructuralPartialEq for CFSI
Auto Trait Implementations§
impl RefUnwindSafe for CFSI
impl Send for CFSI
impl Sync for CFSI
impl Unpin for CFSI
impl UnwindSafe for CFSI
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