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