Struct scroll::Uleb128 [] [src]

pub struct Uleb128 { /* fields omitted */ }

An unsigned leb128 integer

Methods

impl Uleb128
[src]

Trait Implementations

impl Debug for Uleb128
[src]

Formats the value using the given formatter.

impl PartialEq for Uleb128
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Uleb128
[src]

impl Clone for Uleb128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<u64> for Uleb128
[src]

Performs the conversion.

impl Measure for Uleb128
[src]

impl<'a> TryFromCtx<'a, (usize, Leb128)> for Uleb128
[src]