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

Trait Implementations

impl Copy for arc4_context
[src]

impl Clone for arc4_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for arc4_context
[src]

Returns the "default value" for a type. Read more