pub struct IceSize {
pub size: i32,
}
Expand description
The IceSize
is a special wrapper around i32
and is encoded in one byte if smaller than 255.
Fields§
§size: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IceSize
impl RefUnwindSafe for IceSize
impl Send for IceSize
impl Sync for IceSize
impl Unpin for IceSize
impl UnwindSafe for IceSize
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