Struct scroll::Sleb128[][src]

pub struct Sleb128 { /* fields omitted */ }

An signed leb128 integer

Methods

impl Sleb128
[src]

Return how many bytes this Sleb128 takes up in memory

Read a variable length i64 from bytes at offset

Trait Implementations

impl Debug for Sleb128
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Sleb128
[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 Sleb128
[src]

impl Clone for Sleb128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<i64> for Sleb128
[src]

Performs the conversion.

impl From<Sleb128> for i64
[src]

Performs the conversion.

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

Auto Trait Implementations

impl Send for Sleb128

impl Sync for Sleb128