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