Struct parity_wasm::elements::Uint8
source · pub struct Uint8(_);
Expand description
8-bit unsigned integer, NOT encoded in LEB128; it’s just a single byte.
Trait Implementations§
source§impl Deserialize for Uint8
impl Deserialize for Uint8
source§impl PartialEq<Uint8> for Uint8
impl PartialEq<Uint8> for Uint8
impl Copy for Uint8
impl StructuralPartialEq for Uint8
Auto Trait Implementations§
impl RefUnwindSafe for Uint8
impl Send for Uint8
impl Sync for Uint8
impl Unpin for Uint8
impl UnwindSafe for Uint8
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