Struct mbedtls_sys::arc4_context
[−]
[src]
#[repr(C)]pub struct arc4_context { pub x: c_int, pub y: c_int, pub m: [c_uchar; 256], }
Fields
x: c_int
y: c_int
m: [c_uchar; 256]
Trait Implementations
impl Copy for arc4_context[src]
impl Clone for arc4_context[src]
fn clone(&self) -> Self
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