pub struct DULeb128(/* private fields */);Implementations§
Trait Implementations§
impl Copy for DULeb128
impl Eq for DULeb128
impl StructuralPartialEq for DULeb128
Auto Trait Implementations§
impl Freeze for DULeb128
impl RefUnwindSafe for DULeb128
impl Send for DULeb128
impl Sync for DULeb128
impl Unpin for DULeb128
impl UnwindSafe for DULeb128
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