Enum sway_types::integer_bits::IntegerBits
source · pub enum IntegerBits {
Eight,
Sixteen,
ThirtyTwo,
SixtyFour,
}
Variants
Eight
Sixteen
ThirtyTwo
SixtyFour
Trait Implementations
sourceimpl Clone for IntegerBits
impl Clone for IntegerBits
sourcefn clone(&self) -> IntegerBits
fn clone(&self) -> IntegerBits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IntegerBits
impl Debug for IntegerBits
sourceimpl Display for IntegerBits
impl Display for IntegerBits
sourceimpl Hash for IntegerBits
impl Hash for IntegerBits
sourceimpl PartialEq<IntegerBits> for IntegerBits
impl PartialEq<IntegerBits> for IntegerBits
sourcefn eq(&self, other: &IntegerBits) -> bool
fn eq(&self, other: &IntegerBits) -> bool
impl Copy for IntegerBits
impl Eq for IntegerBits
impl StructuralEq for IntegerBits
impl StructuralPartialEq for IntegerBits
Auto Trait Implementations
impl RefUnwindSafe for IntegerBits
impl Send for IntegerBits
impl Sync for IntegerBits
impl Unpin for IntegerBits
impl UnwindSafe for IntegerBits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more