Struct scroll::Sleb128 [] [src]

pub struct Sleb128 { /* fields omitted */ }

An signed leb128 integer

Methods

impl Sleb128
[src]

Trait Implementations

impl Debug for Sleb128
[src]

Formats the value using the given formatter.

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

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