Struct tomcrypt_sys::tiger_state [] [src]

#[repr(C)]
pub struct tiger_state { pub state: [ulong64; 3], pub length: ulong64, pub curlen: c_ulong, pub buf: [c_uchar; 64], }

Fields

Trait Implementations

impl Copy for tiger_state
[src]

impl Clone for tiger_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more