#[repr(C)]pub struct ExpMod {
pub nu1XBase: nu1,
pub nu1ModBase: nu1,
pub nu1CnsBase: nu1,
pub nu1PrecompBase: nu1,
pub pfu1ExpBase: pfu1,
pub u2ModLength: u2,
pub u2ExpLength: u2,
pub u1Blinding: u1,
pub __Padding0: u1,
pub __Padding1: u2,
}
Fields§
§nu1XBase: nu1
§nu1ModBase: nu1
§nu1CnsBase: nu1
§nu1PrecompBase: nu1
§pfu1ExpBase: pfu1
§u2ModLength: u2
§u2ExpLength: u2
§u1Blinding: u1
§__Padding0: u1
§__Padding1: u2
Trait Implementations§
Source§impl Service for ExpMod
impl Service for ExpMod
const SERVICE_NUM: u8 = 108u8
const FUNCTION_ADDRESS: usize = 33_554_561usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for ExpMod
Auto Trait Implementations§
impl Freeze for ExpMod
impl RefUnwindSafe for ExpMod
impl Send for ExpMod
impl Sync for ExpMod
impl Unpin for ExpMod
impl UnwindSafe for ExpMod
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