Struct tomcrypt_sys::xtea_key [] [src]

#[repr(C)]
pub struct xtea_key { pub A: [c_ulong; 32], pub B: [c_ulong; 32], }

Fields

Trait Implementations

impl Debug for xtea_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for xtea_key
[src]

impl Clone for xtea_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more