Struct llvm_ir::module::FunctionPtrAlignment [−][src]
Expand description
Alignment details for function pointers. See LLVM 12 docs on Data Layout
Fields
independent: boolIf true, function pointer alignment is independent of function alignment.
If false, function pointer alignment is a multiple of function alignment.
abi: u32Minimum alignment (in bits) per the ABI
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 FunctionPtrAlignment
impl Send for FunctionPtrAlignment
impl Sync for FunctionPtrAlignment
impl Unpin for FunctionPtrAlignment
impl UnwindSafe for FunctionPtrAlignment
Blanket Implementations
Mutably borrows from an owned value. Read more