[−][src]Struct parity_wasm::elements::VarUint32
Unsigned variable-length integer, limited to 32 bits, represented by at most 5 bytes that may contain padding 0x80 bytes.
Trait Implementations
impl Clone for VarUint32
[src][+]
impl Copy for VarUint32
[src]
impl Debug for VarUint32
[src][+]
impl Deserialize for VarUint32
[src][+]
impl From<VarUint32> for usize
[src][+]
impl From<VarUint32> for u32
[src][+]
impl From<u32> for VarUint32
[src][+]
impl From<usize> for VarUint32
[src][+]
impl PartialEq<VarUint32> for VarUint32
[src][+]
impl Serialize for VarUint32
[src][+]
impl StructuralPartialEq for VarUint32
[src]
Auto Trait Implementations
impl RefUnwindSafe for VarUint32
impl Send for VarUint32
impl Sync for VarUint32
impl Unpin for VarUint32
impl UnwindSafe for VarUint32
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,