Struct tomcrypt_sys::ltc_dh_set_type [] [src]

#[repr(C)]
pub struct ltc_dh_set_type { pub size: c_int, pub name: *const c_char, pub base: *const c_char, pub prime: *const c_char, }

Fields

Trait Implementations

impl Debug for ltc_dh_set_type
[src]

[src]

Formats the value using the given formatter.

impl Copy for ltc_dh_set_type
[src]

impl Clone for ltc_dh_set_type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more