#[repr(C)]pub struct ecp_point {
pub X: mpi,
pub Y: mpi,
pub Z: mpi,
}Fields§
§X: mpi§Y: mpi§Z: mpiTrait Implementations§
Auto Trait Implementations§
impl Freeze for ecp_point
impl RefUnwindSafe for ecp_point
impl !Send for ecp_point
impl !Sync for ecp_point
impl Unpin for ecp_point
impl UnwindSafe for ecp_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