Struct anchor_syn::ConstraintReallocZero
source · pub struct ConstraintReallocZero {
pub zero: Expr,
}
Fields§
§zero: Expr
Trait Implementations§
source§impl Clone for ConstraintReallocZero
impl Clone for ConstraintReallocZero
source§fn clone(&self) -> ConstraintReallocZero
fn clone(&self) -> ConstraintReallocZero
Returns a copy 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 more