Enum syn::ForeignItemKind [] [src]

pub enum ForeignItemKind {
    Fn(Box<FnDecl>, Generics),
    Static(Box<Ty>, Mutability),
}

An item within an extern block

Variants

A foreign function

A foreign static item (static ext: u8)

Trait Implementations

impl Debug for ForeignItemKind
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ForeignItemKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ForeignItemKind
[src]

impl PartialEq for ForeignItemKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for ForeignItemKind
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more