Enum sway_types::integer_bits::IntegerBits
source · pub enum IntegerBits {
Eight,
Sixteen,
ThirtyTwo,
SixtyFour,
}Variants§
Trait Implementations§
source§impl Clone for IntegerBits
impl Clone for IntegerBits
source§fn clone(&self) -> IntegerBits
fn clone(&self) -> IntegerBits
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