Enum rustc::middle::mem_categorization::PointerKind[src]
pub enum PointerKind {
OwnedPtr,
GcPtr,
BorrowedPtr(BorrowKind, Region),
UnsafePtr(Mutability),
}Variants
OwnedPtr | |
GcPtr | |
BorrowedPtr | |
UnsafePtr |
pub enum PointerKind {
OwnedPtr,
GcPtr,
BorrowedPtr(BorrowKind, Region),
UnsafePtr(Mutability),
}OwnedPtr | |
GcPtr | |
BorrowedPtr | |
UnsafePtr |
impl<__S: Writer> Hash<__S> for PointerKindfn hash(&self, __arg_0: &mut __S)impl Eq for PointerKindfn assert_receiver_is_total_eq(&self)impl PartialEq for PointerKindfn eq(&self, __arg_0: &PointerKind) -> boolfn ne(&self, __arg_0: &PointerKind) -> boolimpl Clone for PointerKindfn clone(&self) -> PointerKindfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).