pub struct VarUInt(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl ByteReadable for VarUInt
impl ByteReadable for VarUInt
fn read_from_bytes(byte_reader: &mut ByteReader) -> Self
impl Copy for VarUInt
Auto Trait Implementations§
impl Freeze for VarUInt
impl RefUnwindSafe for VarUInt
impl Send for VarUInt
impl Sync for VarUInt
impl Unpin for VarUInt
impl UnwindSafe for VarUInt
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