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