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
sourceimpl Deserialize for Uint8
impl Deserialize 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
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