[−][src]Struct parity_wasm::elements::VarUint64
Unsigned variable-length integer, limited to 64 bits, represented by at most 9 bytes that may contain padding 0x80 bytes.
Trait Implementations
impl Clone for VarUint64
[src][+]
impl Copy for VarUint64
[src]
impl Debug for VarUint64
[src][+]
impl Deserialize for VarUint64
[src][+]
impl From<VarUint64> for u64
[src][+]
impl From<u64> for VarUint64
[src][+]
impl PartialEq<VarUint64> for VarUint64
[src][+]
impl Serialize for VarUint64
[src][+]
impl StructuralPartialEq for VarUint64
[src]
Auto Trait Implementations
impl RefUnwindSafe for VarUint64
impl Send for VarUint64
impl Sync for VarUint64
impl Unpin for VarUint64
impl UnwindSafe for VarUint64
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>,