Struct tomcrypt_sys::pelican_state [] [src]

#[repr(C)]
pub struct pelican_state { pub K: symmetric_key, pub state: [c_uchar; 16], pub buflen: c_int, }

Fields

Trait Implementations

impl Copy for pelican_state
[src]

impl Clone for pelican_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more