pub struct VarLengthInt(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Decode for VarLengthInt
impl Decode for VarLengthInt
Auto Trait Implementations§
impl Freeze for VarLengthInt
impl RefUnwindSafe for VarLengthInt
impl Send for VarLengthInt
impl Sync for VarLengthInt
impl Unpin for VarLengthInt
impl UnsafeUnpin for VarLengthInt
impl UnwindSafe for VarLengthInt
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