#[repr(C)]pub struct ecc_point {
pub ecc: *const ecc_curve,
pub p: *mut mp_limb_t,
}
Fields§
§ecc: *const ecc_curve
§p: *mut mp_limb_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ecc_point
impl RefUnwindSafe for ecc_point
impl !Send for ecc_point
impl !Sync for ecc_point
impl Unpin for ecc_point
impl UnwindSafe for ecc_point
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