pub enum IntWidth {
W8,
W16,
W32,
W64,
W128,
WSize,
}Expand description
Integer bit width.
Variants§
Implementations§
Trait Implementations§
impl Copy for IntWidth
impl Eq for IntWidth
impl StructuralPartialEq for IntWidth
Auto Trait Implementations§
impl Freeze for IntWidth
impl RefUnwindSafe for IntWidth
impl Send for IntWidth
impl Sync for IntWidth
impl Unpin for IntWidth
impl UnsafeUnpin for IntWidth
impl UnwindSafe for IntWidth
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