Struct llvm_ir::module::PointerLayout [−][src]
Expand description
Layout details for pointers (other than function pointers). See LLVM 12 docs on Data Layout
Fields
size: u32Size of a pointer in bits
alignment: AlignmentAlignment of a pointer
index_size: u32Size of an index used for address calculation, in bits
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 PointerLayout
impl Send for PointerLayout
impl Sync for PointerLayout
impl Unpin for PointerLayout
impl UnwindSafe for PointerLayout
Blanket Implementations
Mutably borrows from an owned value. Read more