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