Struct libgmssl_sys::SM2_POINT
source · #[repr(C)]pub struct SM2_POINT {
pub x: [u8; 32],
pub y: [u8; 32],
}Fields§
§x: [u8; 32]§y: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SM2_POINT
impl Send for SM2_POINT
impl Sync for SM2_POINT
impl Unpin for SM2_POINT
impl UnwindSafe for SM2_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