#[repr(C)]pub struct ZpEcPointIsOnCurve {
    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: u2Trait Implementations§
Source§impl Clone for ZpEcPointIsOnCurve
 
impl Clone for ZpEcPointIsOnCurve
Source§fn clone(&self) -> ZpEcPointIsOnCurve
 
fn clone(&self) -> ZpEcPointIsOnCurve
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 ZpEcPointIsOnCurve
 
impl Debug for ZpEcPointIsOnCurve
Source§impl Default for ZpEcPointIsOnCurve
 
impl Default for ZpEcPointIsOnCurve
Source§fn default() -> ZpEcPointIsOnCurve
 
fn default() -> ZpEcPointIsOnCurve
Returns the “default value” for a type. Read more
Source§impl Service for ZpEcPointIsOnCurve
 
impl Service for ZpEcPointIsOnCurve
const SERVICE_NUM: u8 = 104u8
const FUNCTION_ADDRESS: usize = 33_554_573usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
 
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for ZpEcPointIsOnCurve
Auto Trait Implementations§
impl Freeze for ZpEcPointIsOnCurve
impl RefUnwindSafe for ZpEcPointIsOnCurve
impl Send for ZpEcPointIsOnCurve
impl Sync for ZpEcPointIsOnCurve
impl Unpin for ZpEcPointIsOnCurve
impl UnwindSafe for ZpEcPointIsOnCurve
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