Enum rtlola_frontend::mir::UIntTy [−][src]
pub enum UIntTy { UInt8, UInt16, UInt32, UInt64, }
Variants
Represents an 8-bit unsigned integer.
Represents a 16-bit unsigned integer.
Represents a 32-bit unsigned integer.
Represents a 64-bit unsigned integer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UIntTy
impl UnwindSafe for UIntTy
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self