Struct tomcrypt_sys::dh_key [] [src]

#[repr(C)]
pub struct dh_key { pub type_: c_int, pub x: *mut c_void, pub y: *mut c_void, pub base: *mut c_void, pub prime: *mut c_void, }

Fields

Trait Implementations

impl Debug for dh_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for dh_key
[src]

impl Clone for dh_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more