#[repr(C)]pub struct PrimeGen {
    pub nu1RndBase: nu1,
    pub nu1NBase: nu1,
    pub nu1CnsBase: nu1,
    pub nu1PrecompBase: nu1,
    pub nu1RBase: nu1,
    pub nu1ExpBase: nu1,
    pub u2NLength: u2,
    pub __Padding0: nu1,
    pub u1MillerRabinIterations: u1,
    pub __Padding1: u1,
    pub u2MaxIncrement: u2,
}Fields
nu1RndBase: nu1nu1NBase: nu1nu1CnsBase: nu1nu1PrecompBase: nu1nu1RBase: nu1nu1ExpBase: nu1u2NLength: u2__Padding0: nu1u1MillerRabinIterations: u1__Padding1: u1u2MaxIncrement: u2Trait Implementations
sourceimpl Service for PrimeGen
 
impl Service for PrimeGen
const SERVICE_NUM: u8 = 110u8
const FUNCTION_ADDRESS: usize = 33_554_521usize
sourceunsafe fn call(pukcl_params: &mut PukclParams)
 
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for PrimeGen
Auto Trait Implementations
impl RefUnwindSafe for PrimeGen
impl Send for PrimeGen
impl Sync for PrimeGen
impl Unpin for PrimeGen
impl UnwindSafe for PrimeGen
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