pub struct Uleb128 { /* private fields */ }
Expand description
An unsigned leb128 integer
Implementations§
Trait Implementations§
source§impl PartialEq for Uleb128
impl PartialEq for Uleb128
source§impl<'a> TryFromCtx<'a> for Uleb128
impl<'a> TryFromCtx<'a> for Uleb128
impl Copy for Uleb128
impl StructuralPartialEq for Uleb128
Auto Trait Implementations§
impl RefUnwindSafe for Uleb128
impl Send for Uleb128
impl Sync for Uleb128
impl Unpin for Uleb128
impl UnwindSafe for Uleb128
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