#[repr(C)]pub struct ecp_keypair {
pub grp: ecp_group,
pub d: mpi,
pub Q: ecp_point,
}Fields§
§grp: ecp_group§d: mpi§Q: ecp_pointTrait Implementations§
Source§impl Clone for ecp_keypair
impl Clone for ecp_keypair
Source§fn clone(&self) -> ecp_keypair
fn clone(&self) -> ecp_keypair
Returns a duplicate 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 moreSource§impl Default for ecp_keypair
impl Default for ecp_keypair
impl Copy for ecp_keypair
Auto Trait Implementations§
impl Freeze for ecp_keypair
impl RefUnwindSafe for ecp_keypair
impl !Send for ecp_keypair
impl !Sync for ecp_keypair
impl Unpin for ecp_keypair
impl UnwindSafe for ecp_keypair
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more