Struct nrfxlib_sys::ocrypto_ge25519_ext
source · #[repr(C)]pub struct ocrypto_ge25519_ext {
pub x: ocrypto_mod25519,
pub y: ocrypto_mod25519,
pub z: ocrypto_mod25519,
pub t: ocrypto_mod25519,
}Fields§
§x: ocrypto_mod25519@cond
y: ocrypto_mod25519§z: ocrypto_mod25519§t: ocrypto_mod25519Trait Implementations§
source§impl Clone for ocrypto_ge25519_ext
impl Clone for ocrypto_ge25519_ext
source§fn clone(&self) -> ocrypto_ge25519_ext
fn clone(&self) -> ocrypto_ge25519_ext
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