Struct simple_stream::frame::simple::SimpleFrame
[−]
[src]
pub struct SimpleFrame {
// some fields omitted
}Trait Implementations
impl Clone for SimpleFrame[src]
fn clone(&self) -> SimpleFrame
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 Frame for SimpleFrame[src]
fn new<T: Any>(buf: &[u8], args: &Vec<T>) -> Self
fn to_bytes(&self) -> Vec<u8>
fn from_bytes(buf: &mut Vec<u8>) -> Option<Box<Self>>
fn len_as_vec(&self) -> usize
impl Default for SimpleFrame[src]
fn default() -> SimpleFrame
Returns the "default value" for a type. Read more