Struct rlpx::CapabilityInfo [] [src]

pub struct CapabilityInfo {
    pub name: &'static str,
    pub version: usize,
    pub length: usize,
}

Capability information

Fields

Trait Implementations

impl Clone for CapabilityInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CapabilityInfo
[src]

Formats the value using the given formatter.

impl Copy for CapabilityInfo
[src]

impl PartialEq for CapabilityInfo
[src]

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

This method tests for !=.

impl Eq for CapabilityInfo
[src]