#[repr(C)]pub struct CondCopy {
pub __Padding0: nu1,
pub __Padding1: nu1,
pub __Padding2: u2,
pub nu1XBase: nu1,
pub __Padding3: u2,
pub __Padding4: u2,
pub nu1RBase: nu1,
pub u2RLength: u2,
pub u2XLength: u2,
pub __Padding5: u2,
}
Fields
__Padding0: nu1
__Padding1: nu1
__Padding2: u2
nu1XBase: nu1
__Padding3: u2
__Padding4: u2
nu1RBase: nu1
u2RLength: u2
u2XLength: u2
__Padding5: u2
Trait Implementations
sourceimpl Service for CondCopy
impl Service for CondCopy
const SERVICE_NUM: u8 = 81u8
const FUNCTION_ADDRESS: usize = 33_554_445usize
sourceunsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for CondCopy
Auto Trait Implementations
impl RefUnwindSafe for CondCopy
impl Send for CondCopy
impl Sync for CondCopy
impl Unpin for CondCopy
impl UnwindSafe for CondCopy
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