Struct llvm_support::ty::IntegerType [−][src]
#[non_exhaustive]pub struct IntegerType { /* fields omitted */ }
Expand description
Represents a fixed-width integral type.
The validity of the internal width is correct by construction.
Implementations
The minimum number of bits in a valid integer type.
The maximum number of bits in a valid integer type.
Returns the width of this integral type in bytes.
The byte width of this type may be larger than the number of bits needed.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for IntegerType
impl Send for IntegerType
impl Sync for IntegerType
impl Unpin for IntegerType
impl UnwindSafe for IntegerType
Blanket Implementations
Mutably borrows from an owned value. Read more