pub enum TypeSize {
B8,
B16,
B32,
B64,
}
Variants§
Trait Implementations§
impl Eq for TypeSize
impl StructuralPartialEq for TypeSize
Auto Trait Implementations§
impl Freeze for TypeSize
impl RefUnwindSafe for TypeSize
impl Send for TypeSize
impl Sync for TypeSize
impl Unpin for TypeSize
impl UnwindSafe for TypeSize
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