Struct llvm_support::align::PointerAlignSpecs [−][src]
pub struct PointerAlignSpecs(_);
Expand description
Represents a sorted collection of PointerAlignSpec
s.
Implementations
Update this list of pointer alignment specifications by inserting the given specification at the correct location, or rewriting an already present specification.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.