Struct atsamd_hal::pukcc::c_abi::ZpEcPointIsOnCurve   
source · [−]#[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: nu1nu1CnsBase: nu1u2ModLength: u2nu1AParam: nu1nu1BParam: nu1nu1PointBase: nu1nu1Workspace: nu1__Padding0: u2__Padding1: u2Trait Implementations
sourceimpl Clone for ZpEcPointIsOnCurve
 
impl Clone for ZpEcPointIsOnCurve
sourcefn clone(&self) -> ZpEcPointIsOnCurve
 
fn clone(&self) -> ZpEcPointIsOnCurve
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for ZpEcPointIsOnCurve
 
impl Debug for ZpEcPointIsOnCurve
sourceimpl Default for ZpEcPointIsOnCurve
 
impl Default for ZpEcPointIsOnCurve
sourcefn default() -> ZpEcPointIsOnCurve
 
fn default() -> ZpEcPointIsOnCurve
Returns the “default value” for a type. Read more
sourceimpl Service for ZpEcPointIsOnCurve
 
impl Service for ZpEcPointIsOnCurve
const SERVICE_NUM: u8 = 104u8
const FUNCTION_ADDRESS: usize = 33_554_573usize
sourceunsafe 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 RefUnwindSafe for ZpEcPointIsOnCurve
impl Send for ZpEcPointIsOnCurve
impl Sync for ZpEcPointIsOnCurve
impl Unpin for ZpEcPointIsOnCurve
impl UnwindSafe for ZpEcPointIsOnCurve
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more