Enum rustc::middle::mem_categorization::InteriorOffsetKind
[−]
[src]
pub enum InteriorOffsetKind {
Index,
Pattern,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
Index🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Pattern🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Clone for InteriorOffsetKind[src]
impl Clone for InteriorOffsetKindfn clone(&self) -> InteriorOffsetKind[src]
fn clone(&self) -> InteriorOffsetKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for InteriorOffsetKind[src]
impl Copy for InteriorOffsetKindimpl PartialEq for InteriorOffsetKind[src]
impl PartialEq for InteriorOffsetKindfn eq(&self, __arg_0: &InteriorOffsetKind) -> bool[src]
fn eq(&self, __arg_0: &InteriorOffsetKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for InteriorOffsetKind[src]
impl Eq for InteriorOffsetKindimpl Hash for InteriorOffsetKind[src]
impl Hash for InteriorOffsetKindfn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for InteriorOffsetKind[src]
impl Debug for InteriorOffsetKindAuto Trait Implementations
impl Send for InteriorOffsetKind
impl Send for InteriorOffsetKindimpl Sync for InteriorOffsetKind
impl Sync for InteriorOffsetKind