Struct snarkvm_circuit_program::HeaderLeaf
source · pub struct HeaderLeaf<A: Aleo> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<A: Clone + Aleo> Clone for HeaderLeaf<A>
impl<A: Clone + Aleo> Clone for HeaderLeaf<A>
source§fn clone(&self) -> HeaderLeaf<A>
fn clone(&self) -> HeaderLeaf<A>
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 moresource§impl<A: Aleo> Eject for HeaderLeaf<A>
impl<A: Aleo> Eject for HeaderLeaf<A>
source§fn eject_mode(&self) -> Mode
fn eject_mode(&self) -> Mode
Ejects the mode of the header leaf.
source§fn eject_value(&self) -> Self::Primitive
fn eject_value(&self) -> Self::Primitive
Ejects the header leaf.
type Primitive = HeaderLeaf<<A as Environment>::Network>
§fn is_constant(&self) -> bool
fn is_constant(&self) -> bool
Returns
true
if the circuit is a constant.§fn is_private(&self) -> bool
fn is_private(&self) -> bool
Returns
true
if the circuit is a private.