Struct atsamd_hal::pukcc::c_abi::ZpEcRandomiseCoordinate   
source · [−]#[repr(C)]pub struct ZpEcRandomiseCoordinate {
    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: nu1nu1CnsBase: nu1u2ModLength: u2nu1PointBase: nu1nu1RandomBase: nu1nu1Workspace: nu1__Padding0: nu1__Padding1: nu1__Padding2: nu1__Padding3: nu1Trait Implementations
sourceimpl Clone for ZpEcRandomiseCoordinate
 
impl Clone for ZpEcRandomiseCoordinate
sourcefn clone(&self) -> ZpEcRandomiseCoordinate
 
fn clone(&self) -> ZpEcRandomiseCoordinate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for ZpEcRandomiseCoordinate
 
impl Debug for ZpEcRandomiseCoordinate
sourceimpl Default for ZpEcRandomiseCoordinate
 
impl Default for ZpEcRandomiseCoordinate
sourcefn default() -> ZpEcRandomiseCoordinate
 
fn default() -> ZpEcRandomiseCoordinate
Returns the “default value” for a type. Read more
sourceimpl Service for ZpEcRandomiseCoordinate
 
impl Service for ZpEcRandomiseCoordinate
const SERVICE_NUM: u8 = 94u8
const FUNCTION_ADDRESS: usize = 33_554_553usize
sourceunsafe fn call(pukcl_params: &mut PukclParams)
 
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for ZpEcRandomiseCoordinate
Auto Trait Implementations
impl RefUnwindSafe for ZpEcRandomiseCoordinate
impl Send for ZpEcRandomiseCoordinate
impl Sync for ZpEcRandomiseCoordinate
impl Unpin for ZpEcRandomiseCoordinate
impl UnwindSafe for ZpEcRandomiseCoordinate
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