pub struct Sleb128 { /* private fields */ }
Expand description
An signed leb128 integer
Implementations§
Trait Implementations§
source§impl PartialEq for Sleb128
impl PartialEq for Sleb128
source§impl<'a> TryFromCtx<'a> for Sleb128
impl<'a> TryFromCtx<'a> for Sleb128
impl Copy for Sleb128
impl StructuralPartialEq for Sleb128
Auto Trait Implementations§
impl RefUnwindSafe for Sleb128
impl Send for Sleb128
impl Sync for Sleb128
impl Unpin for Sleb128
impl UnwindSafe for Sleb128
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more