Struct scroll::Uleb128 [] [src]

pub struct Uleb128 { /* fields omitted */ }

An unsigned leb128 integer

Methods

impl Uleb128
[src]

[src]

Return how many bytes this Uleb128 takes up in memory

[src]

Read a variable length u64 from bytes at offset

Trait Implementations

impl Debug for Uleb128
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Uleb128
[src]

[src]

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

[src]

This method tests for !=.

impl Copy for Uleb128
[src]

impl Clone for Uleb128
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<u64> for Uleb128
[src]

[src]

Performs the conversion.

impl<'a> TryFromCtx<'a> for Uleb128
[src]

[src]