Expand description
Represents an abstract width of a primitive signature.
Variants
Const
Fields
value: u64
The width is a constant.
Param
Fields
value: Id
The width is a parameter.
Trait Implementations
impl StructuralPartialEq for Width
Auto Trait Implementations
impl RefUnwindSafe for Width
impl Send for Width
impl Sync for Width
impl Unpin for Width
impl UnwindSafe for Width
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more