Struct llvm_ir::module::Alignments [−][src]
pub struct Alignments { /* fields omitted */ }
Expand description
Alignment for various types in memory. See LLVM 12 docs on Data Layout
Implementations
Alignment of the given type (in bits)
Alignment of the integer type of the given size (in bits)
Alignment of the vector type of the given total size (in bits)
Alignment of the given floating-point type
Alignment of aggregate types (structs, arrays)
Alignment of function pointers
Alignment of (non-function-pointer) pointers in the given address space
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Alignments
impl Send for Alignments
impl Sync for Alignments
impl Unpin for Alignments
impl UnwindSafe for Alignments
Blanket Implementations
Mutably borrows from an owned value. Read more