Struct simple_stream::Secure
[−]
[src]
pub struct Secure<S, F> where S: Read + Write, F: Frame {
// some fields omitted
}Methods
impl<S, F> Secure<S, F> where S: Read + Write, F: Frame[src]
Trait Implementations
impl<S: Clone, F: Clone> Clone for Secure<S, F> where S: Read + Write, F: Frame[src]
fn clone(&self) -> Secure<S, F>
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