Struct calyx_frontend::ast::BitNum  
source · pub struct BitNum {
    pub width: u64,
    pub num_type: NumType,
    pub val: u64,
    pub span: GPosIdx,
}Expand description
Custom bitwidth numbers
Fields§
§width: u64§num_type: NumType§val: u64§span: GPosIdxTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BitNum
impl Send for BitNum
impl Sync for BitNum
impl Unpin for BitNum
impl UnwindSafe for BitNum
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