Enum syntax::ast::ForeignItemKind [−][src]
🔬 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?
An item within an extern block
Variants
Fn(P<FnDecl>, Generics)🔬 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?
A foreign function
Static(P<Ty>, bool)🔬 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?
A foreign static item (static ext: u8), with optional mutability
(the boolean is true when mutable)
Ty🔬 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?
A foreign type
Macro(Mac)🔬 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?
A macro invocation
Methods
impl ForeignItemKind[src]
impl ForeignItemKindpub fn descriptive_variant(&self) -> &str[src]
pub fn descriptive_variant(&self) -> &str🔬 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 ForeignItemKind[src]
impl Clone for ForeignItemKindfn clone(&self) -> ForeignItemKind[src]
fn clone(&self) -> ForeignItemKindReturns 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)Performs copy-assignment from source. Read more
impl PartialEq for ForeignItemKind[src]
impl PartialEq for ForeignItemKindfn eq(&self, other: &ForeignItemKind) -> bool[src]
fn eq(&self, other: &ForeignItemKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ForeignItemKind) -> bool[src]
fn ne(&self, other: &ForeignItemKind) -> boolThis method tests for !=.
impl Eq for ForeignItemKind[src]
impl Eq for ForeignItemKindfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Encodable for ForeignItemKind[src]
impl Encodable for ForeignItemKindfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 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?
impl Decodable for ForeignItemKind[src]
impl Decodable for ForeignItemKindfn decode<__D: Decoder>(d: &mut __D) -> Result<ForeignItemKind, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<ForeignItemKind, __D::Error>🔬 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?
impl Hash for ForeignItemKind[src]
impl Hash for ForeignItemKindfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &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, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for ForeignItemKind[src]
impl Debug for ForeignItemKindAuto Trait Implementations
impl !Send for ForeignItemKind
impl !Send for ForeignItemKindimpl !Sync for ForeignItemKind
impl !Sync for ForeignItemKind