Struct mbedtls_sys::ecp_point
[−]
[src]
#[repr(C)]pub struct ecp_point { pub X: mpi, pub Y: mpi, pub Z: mpi, }
Fields
X: mpi
Y: mpi
Z: mpi
Trait Implementations
impl Copy for ecp_point[src]
impl Clone for ecp_point[src]
fn clone(&self) -> ecp_point
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more