Struct tomcrypt_sys::rc4_state [] [src]

#[repr(C)]
pub struct rc4_state { pub x: c_uint, pub y: c_uint, pub buf: [c_uchar; 256], }

Fields

Trait Implementations

impl Copy for rc4_state
[src]

impl Clone for rc4_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more