Struct libgmssl_sys::SM9_TWIST_POINT
source · #[repr(C)]pub struct SM9_TWIST_POINT {
pub X: sm9_fp2_t,
pub Y: sm9_fp2_t,
pub Z: sm9_fp2_t,
}Fields§
§X: sm9_fp2_t§Y: sm9_fp2_t§Z: sm9_fp2_tTrait Implementations§
source§impl Clone for SM9_TWIST_POINT
impl Clone for SM9_TWIST_POINT
source§fn clone(&self) -> SM9_TWIST_POINT
fn clone(&self) -> SM9_TWIST_POINT
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 SM9_TWIST_POINT
impl Debug for SM9_TWIST_POINT
impl Copy for SM9_TWIST_POINT
Auto Trait Implementations§
impl RefUnwindSafe for SM9_TWIST_POINT
impl Send for SM9_TWIST_POINT
impl Sync for SM9_TWIST_POINT
impl Unpin for SM9_TWIST_POINT
impl UnwindSafe for SM9_TWIST_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