Struct atsamd_hal::pukcc::c_abi::GF2NEcPointIsOnCurve
source · [−]#[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
sourceimpl Clone for GF2NEcPointIsOnCurve
impl Clone for GF2NEcPointIsOnCurve
sourcefn clone(&self) -> GF2NEcPointIsOnCurve
fn clone(&self) -> GF2NEcPointIsOnCurve
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 GF2NEcPointIsOnCurve
impl Debug for GF2NEcPointIsOnCurve
sourceimpl Default for GF2NEcPointIsOnCurve
impl Default for GF2NEcPointIsOnCurve
sourcefn default() -> GF2NEcPointIsOnCurve
fn default() -> GF2NEcPointIsOnCurve
Returns the “default value” for a type. Read more
sourceimpl Service for GF2NEcPointIsOnCurve
impl Service for GF2NEcPointIsOnCurve
const SERVICE_NUM: u8 = 87u8
const FUNCTION_ADDRESS: usize = 33_554_541usize
sourceunsafe 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 RefUnwindSafe for GF2NEcPointIsOnCurve
impl Send for GF2NEcPointIsOnCurve
impl Sync for GF2NEcPointIsOnCurve
impl Unpin for GF2NEcPointIsOnCurve
impl UnwindSafe for GF2NEcPointIsOnCurve
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