Struct summavy_common::VIntU128
source · pub struct VIntU128(pub u128);Expand description
Wrapper over a u128 that serializes as a variable int.
Tuple Fields
0: u128Trait Implementations
sourceimpl BinarySerializable for VIntU128
impl BinarySerializable for VIntU128
impl Copy for VIntU128
impl Eq for VIntU128
impl StructuralEq for VIntU128
impl StructuralPartialEq for VIntU128
Auto Trait Implementations
impl RefUnwindSafe for VIntU128
impl Send for VIntU128
impl Sync for VIntU128
impl Unpin for VIntU128
impl UnwindSafe for VIntU128
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more