#[repr(C)]pub struct GF2NEcRandomiseCoordinate {
pub nu1ModBase: nu1,
pub nu1CnsBase: nu1,
pub u2ModLength: u2,
pub nu1PointBase: nu1,
pub nu1RandomBase: nu1,
pub nu1Workspace: nu1,
pub __Padding0: nu1,
pub __Padding1: nu1,
pub __Padding2: nu1,
pub __Padding3: nu1,
}
Fields§
§nu1ModBase: nu1
§nu1CnsBase: nu1
§u2ModLength: u2
§nu1PointBase: nu1
§nu1RandomBase: nu1
§nu1Workspace: nu1
§__Padding0: nu1
§__Padding1: nu1
§__Padding2: nu1
§__Padding3: nu1
Trait Implementations§
Source§impl Clone for GF2NEcRandomiseCoordinate
impl Clone for GF2NEcRandomiseCoordinate
Source§fn clone(&self) -> GF2NEcRandomiseCoordinate
fn clone(&self) -> GF2NEcRandomiseCoordinate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GF2NEcRandomiseCoordinate
impl Debug for GF2NEcRandomiseCoordinate
Source§impl Default for GF2NEcRandomiseCoordinate
impl Default for GF2NEcRandomiseCoordinate
Source§fn default() -> GF2NEcRandomiseCoordinate
fn default() -> GF2NEcRandomiseCoordinate
Returns the “default value” for a type. Read more
Source§impl Service for GF2NEcRandomiseCoordinate
impl Service for GF2NEcRandomiseCoordinate
const SERVICE_NUM: u8 = 84u8
const FUNCTION_ADDRESS: usize = 33_554_437usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for GF2NEcRandomiseCoordinate
Auto Trait Implementations§
impl Freeze for GF2NEcRandomiseCoordinate
impl RefUnwindSafe for GF2NEcRandomiseCoordinate
impl Send for GF2NEcRandomiseCoordinate
impl Sync for GF2NEcRandomiseCoordinate
impl Unpin for GF2NEcRandomiseCoordinate
impl UnwindSafe for GF2NEcRandomiseCoordinate
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