#[repr(C)]pub struct ecc_scalar {
pub ecc: *const ecc_curve,
pub p: *mut mp_limb_t,
}
Fields§
§ecc: *const ecc_curve
§p: *mut mp_limb_t
Trait Implementations§
Source§impl Clone for ecc_scalar
impl Clone for ecc_scalar
Source§fn clone(&self) -> ecc_scalar
fn clone(&self) -> ecc_scalar
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 moreSource§impl Debug for ecc_scalar
impl Debug for ecc_scalar
impl Copy for ecc_scalar
Auto Trait Implementations§
impl Freeze for ecc_scalar
impl RefUnwindSafe for ecc_scalar
impl !Send for ecc_scalar
impl !Sync for ecc_scalar
impl Unpin for ecc_scalar
impl UnwindSafe for ecc_scalar
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