pub enum VariableByte {
One(u8),
Two(u16),
Three(u32),
Four(u32),
}
Variants§
Trait Implementations§
Source§impl Debug for VariableByte
impl Debug for VariableByte
Source§impl PartialEq for VariableByte
impl PartialEq for VariableByte
impl StructuralPartialEq for VariableByte
Auto Trait Implementations§
impl Freeze for VariableByte
impl RefUnwindSafe for VariableByte
impl Send for VariableByte
impl Sync for VariableByte
impl Unpin for VariableByte
impl UnwindSafe for VariableByte
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