Struct cairo_lang_lowering::lower::generators::Desnap
source · pub struct Desnap {
pub input: VariableId,
pub location: StableLocationOption,
}
Expand description
Generator for StatementDesnap.
Fields§
§input: VariableId
§location: StableLocationOption
Implementations§
source§impl Desnap
impl Desnap
pub fn add( self, ctx: &mut LoweringContext<'_, '_>, builder: &mut StatementsBuilder ) -> VariableId
Auto Trait Implementations§
impl RefUnwindSafe for Desnap
impl Send for Desnap
impl Sync for Desnap
impl Unpin for Desnap
impl UnwindSafe for Desnap
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