Struct scroll::Uleb128[][src]

pub struct Uleb128 { /* fields omitted */ }

An unsigned leb128 integer

Methods

impl Uleb128
[src]

Return how many bytes this Uleb128 takes up in memory

Read a variable length u64 from bytes at offset

Trait Implementations

impl Debug for Uleb128
[src]

Formats the value using the given formatter. Read more

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 From<Uleb128> for u64
[src]

Performs the conversion.

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

Auto Trait Implementations

impl Send for Uleb128

impl Sync for Uleb128