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