Struct llvm_support::ty::PointerType [−][src]
#[non_exhaustive]pub struct PointerType { /* fields omitted */ }
Expand description
Represents a pointer type in some address space.
The validity of the internal pointee type is correct by construction.
Implementations
Create a new PointerType
.
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 PointerType
impl Send for PointerType
impl Sync for PointerType
impl Unpin for PointerType
impl UnwindSafe for PointerType
Blanket Implementations
Mutably borrows from an owned value. Read more