Struct tomcrypt_sys::symmetric_xts [] [src]

#[repr(C)]
pub struct symmetric_xts { pub key1: symmetric_key, pub key2: symmetric_key, pub cipher: c_int, }

Fields

Trait Implementations

impl Copy for symmetric_xts
[src]

impl Clone for symmetric_xts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more