Enum snarkvm_utilities::serialize::SWFlags [−][src]
pub enum SWFlags { Infinity, PositiveY, NegativeY, }
Expand description
Flags to be encoded into the serialization. The default flags (empty) should not change the binary representation.
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SWFlags
impl UnwindSafe for SWFlags
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V