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