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]
fn clone(&self) -> BinHandshake
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for BinHandshake
[src]
impl Debug for BinHandshake
[src]
impl PartialEq for BinHandshake
[src]
fn eq(&self, __arg_0: &BinHandshake) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BinHandshake) -> bool
This method tests for !=
.
impl Eq for BinHandshake
[src]
impl From<Handshake> for BinHandshake
[src]
impl BinaryConvertable for BinHandshake where BinHandshake: Copy
[src]
fn from_bytes(bytes: &[u8],
_length_stack: &mut VecDeque<usize>)
-> Result<Self, BinaryConvertError>
_length_stack: &mut VecDeque<usize>)
-> Result<Self, BinaryConvertError>
fn to_bytes(&self,
buffer: &mut [u8],
_length_stack: &mut VecDeque<usize>)
-> Result<(), BinaryConvertError>
buffer: &mut [u8],
_length_stack: &mut VecDeque<usize>)
-> Result<(), BinaryConvertError>