Struct libgmssl_sys::SM9_POINT
source · #[repr(C)]pub struct SM9_POINT {
pub X: sm9_fp_t,
pub Y: sm9_fp_t,
pub Z: sm9_fp_t,
}Fields§
§X: sm9_fp_t§Y: sm9_fp_t§Z: sm9_fp_tTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SM9_POINT
impl Send for SM9_POINT
impl Sync for SM9_POINT
impl Unpin for SM9_POINT
impl UnwindSafe for SM9_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