Struct tomcrypt_sys::md2_state [] [src]

#[repr(C)]
pub struct md2_state { pub chksum: [c_uchar; 16], pub X: [c_uchar; 48], pub buf: [c_uchar; 16], pub curlen: c_ulong, }

Fields

Trait Implementations

impl Copy for md2_state
[src]

impl Clone for md2_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more