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