Struct libspartan::ComputationDecommitment [−][src]
pub struct ComputationDecommitment { /* fields omitted */ }Expand description
ComputationDecommitment holds information to decommit ComputationCommitment
Auto Trait Implementations
impl RefUnwindSafe for ComputationDecommitment
impl Send for ComputationDecommitment
impl Sync for ComputationDecommitment
impl Unpin for ComputationDecommitment
impl UnwindSafe for ComputationDecommitment
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self to T.
pub fn from_bits(t: T) -> T
pub fn from_bits(t: T) -> T
Safe lossless bitwise transmute from T to Self.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T to Self.
pub fn into_bits(self) -> U
pub fn into_bits(self) -> U
Safe lossless bitwise transmute from self to T.