#[repr(C)]pub struct GF2NEcPointIsOnCurve {
pub nu1ModBase: nu1,
pub nu1CnsBase: nu1,
pub u2ModLength: u2,
pub nu1AParam: nu1,
pub nu1BParam: nu1,
pub nu1PointBase: nu1,
pub nu1Workspace: nu1,
pub __Padding0: u2,
pub __Padding1: u2,
}
Fields§
§nu1ModBase: nu1
§nu1CnsBase: nu1
§u2ModLength: u2
§nu1AParam: nu1
§nu1BParam: nu1
§nu1PointBase: nu1
§nu1Workspace: nu1
§__Padding0: u2
§__Padding1: u2
Trait Implementations§
Source§impl Clone for GF2NEcPointIsOnCurve
impl Clone for GF2NEcPointIsOnCurve
Source§fn clone(&self) -> GF2NEcPointIsOnCurve
fn clone(&self) -> GF2NEcPointIsOnCurve
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 GF2NEcPointIsOnCurve
impl Debug for GF2NEcPointIsOnCurve
Source§impl Default for GF2NEcPointIsOnCurve
impl Default for GF2NEcPointIsOnCurve
Source§fn default() -> GF2NEcPointIsOnCurve
fn default() -> GF2NEcPointIsOnCurve
Returns the “default value” for a type. Read more
Source§impl Service for GF2NEcPointIsOnCurve
impl Service for GF2NEcPointIsOnCurve
const SERVICE_NUM: u8 = 87u8
const FUNCTION_ADDRESS: usize = 33_554_541usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for GF2NEcPointIsOnCurve
Auto Trait Implementations§
impl Freeze for GF2NEcPointIsOnCurve
impl RefUnwindSafe for GF2NEcPointIsOnCurve
impl Send for GF2NEcPointIsOnCurve
impl Sync for GF2NEcPointIsOnCurve
impl Unpin for GF2NEcPointIsOnCurve
impl UnwindSafe for GF2NEcPointIsOnCurve
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