#[repr(C)]pub struct SelfTest {
pub u4Version: u4,
pub u4PUKCCVersion: u4,
pub u4CheckNum1: u4,
pub u4CheckNum2: u4,
pub u1Step: u1,
}
Fields§
§u4Version: u4
§u4PUKCCVersion: u4
§u4CheckNum1: u4
§u4CheckNum2: u4
§u1Step: u1
Trait Implementations§
Source§impl Service for SelfTest
impl Service for SelfTest
const SERVICE_NUM: u8 = 91u8
const FUNCTION_ADDRESS: usize = 33_554_517usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for SelfTest
Auto Trait Implementations§
impl Freeze for SelfTest
impl RefUnwindSafe for SelfTest
impl Send for SelfTest
impl Sync for SelfTest
impl Unpin for SelfTest
impl UnwindSafe for SelfTest
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