Enum jbcrs::basic::ReferenceKind [] [src]

pub enum ReferenceKind {
    GetField,
    GetStatic,
    PutField,
    PutStatic,
    InvokeVirtual,
    InvokeStatic,
    InvokeSpecial,
    NewInvokeSpecial,
    InvokeInterface,
}

Variants

Trait Implementations

impl Eq for ReferenceKind
[src]

impl PartialEq for ReferenceKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for ReferenceKind
[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

impl Debug for ReferenceKind
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReferenceKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ReferenceKind

impl Sync for ReferenceKind