pub struct Sleb128 { /* private fields */ }
Expand description
An signed leb128 integer
Implementations§
Trait Implementations§
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 Freeze for Sleb128
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