Struct nrfxlib_sys::ocrypto_ge25519_comp
source · #[repr(C)]pub struct ocrypto_ge25519_comp {
pub e: ocrypto_mod25519,
pub f: ocrypto_mod25519,
pub g: ocrypto_mod25519,
pub h: ocrypto_mod25519,
}Fields§
§e: ocrypto_mod25519@cond
f: ocrypto_mod25519§g: ocrypto_mod25519§h: ocrypto_mod25519Trait Implementations§
source§impl Clone for ocrypto_ge25519_comp
impl Clone for ocrypto_ge25519_comp
source§fn clone(&self) -> ocrypto_ge25519_comp
fn clone(&self) -> ocrypto_ge25519_comp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more