Struct mbedtls_sys::mpi
[−]
[src]
#[repr(C)]pub struct mpi { pub s: c_int, pub n: size_t, pub p: *mut mpi_uint, }
Fields
s: c_int
n: size_t
p: *mut mpi_uint
Trait Implementations
impl Copy for mpi[src]
impl Clone for mpi[src]
fn clone(&self) -> mpi
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