Struct scroll::Sleb128
[−]
[src]
pub struct Sleb128 { /* fields omitted */ }An signed leb128 integer
Methods
impl Sleb128[src]
Trait Implementations
impl Debug for Sleb128[src]
impl PartialEq for Sleb128[src]
fn eq(&self, __arg_0: &Sleb128) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Sleb128) -> bool
This method tests for !=.
impl Copy for Sleb128[src]
impl Clone for Sleb128[src]
fn clone(&self) -> Sleb128
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more