Struct parity_wasm::elements::Uint32
source · pub struct Uint32(_);
Expand description
32-bit unsigned integer, encoded in little endian.
Trait Implementations§
source§impl Deserialize for Uint32
impl Deserialize for Uint32
source§impl PartialEq<Uint32> for Uint32
impl PartialEq<Uint32> for Uint32
impl Copy for Uint32
impl StructuralPartialEq for Uint32
Auto Trait Implementations§
impl RefUnwindSafe for Uint32
impl Send for Uint32
impl Sync for Uint32
impl Unpin for Uint32
impl UnwindSafe for Uint32
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more