Struct bearssl_sys::br_ec_impl [] [src]

#[repr(C)]
pub struct br_ec_impl { pub supported_curves: u32, pub generator: Option<unsafe extern "C" fn(_: c_int, _: *mut usize) -> *const c_uchar>, pub order: Option<unsafe extern "C" fn(_: c_int, _: *mut usize) -> *const c_uchar>, pub xoff: Option<unsafe extern "C" fn(_: c_int, _: *mut usize) -> usize>, pub mul: Option<unsafe extern "C" fn(_: *mut c_uchar, _: usize, _: *const c_uchar, _: usize, _: c_int) -> u32>, pub mulgen: Option<unsafe extern "C" fn(_: *mut c_uchar, _: *const c_uchar, _: usize, _: c_int) -> usize>, pub muladd: Option<unsafe extern "C" fn(_: *mut c_uchar, _: *const c_uchar, _: usize, _: *const c_uchar, _: usize, _: *const c_uchar, _: usize, _: c_int) -> u32>, }

Fields

Trait Implementations

impl Debug for br_ec_impl
[src]

Formats the value using the given formatter.

impl Copy for br_ec_impl
[src]

impl Clone for br_ec_impl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_ec_impl
[src]

Returns the "default value" for a type. Read more