#[repr(C)]pub struct ZpEccQuickDualMulFast {
pub pu1ModCnsBase: pu1,
pub pu1PointABase: pu1,
pub pu1PointBBase: pu1,
pub pu1KABBase: pu1,
pub pu1AWorkBase: pu1,
pub u2ModLength: u2,
pub u2KLength: u2,
}
Fields§
§pu1ModCnsBase: pu1
§pu1PointABase: pu1
§pu1PointBBase: pu1
§pu1KABBase: pu1
§pu1AWorkBase: pu1
§u2ModLength: u2
§u2KLength: u2
Trait Implementations§
Source§impl Clone for ZpEccQuickDualMulFast
impl Clone for ZpEccQuickDualMulFast
Source§fn clone(&self) -> ZpEccQuickDualMulFast
fn clone(&self) -> ZpEccQuickDualMulFast
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 ZpEccQuickDualMulFast
impl Debug for ZpEccQuickDualMulFast
Source§impl Default for ZpEccQuickDualMulFast
impl Default for ZpEccQuickDualMulFast
Source§fn default() -> ZpEccQuickDualMulFast
fn default() -> ZpEccQuickDualMulFast
Returns the “default value” for a type. Read more
Source§impl Service for ZpEccQuickDualMulFast
impl Service for ZpEccQuickDualMulFast
const SERVICE_NUM: u8 = 118u8
const FUNCTION_ADDRESS: usize = 33_554_585usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for ZpEccQuickDualMulFast
Auto Trait Implementations§
impl Freeze for ZpEccQuickDualMulFast
impl RefUnwindSafe for ZpEccQuickDualMulFast
impl Send for ZpEccQuickDualMulFast
impl Sync for ZpEccQuickDualMulFast
impl Unpin for ZpEccQuickDualMulFast
impl UnwindSafe for ZpEccQuickDualMulFast
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