Struct ethcore_ipc::binary::BinHandshake [] [src]

pub struct BinHandshake { /* fields omitted */ }

Fixed-sized version of Handshake struct

Methods

impl BinHandshake
[src]

Trait Implementations

impl Clone for BinHandshake
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BinHandshake
[src]

impl Debug for BinHandshake
[src]

Formats the value using the given formatter.

impl PartialEq for BinHandshake
[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 BinHandshake
[src]

impl From<Handshake> for BinHandshake
[src]

Performs the conversion.

impl BinaryConvertable for BinHandshake where BinHandshake: Copy
[src]