#[repr(C)]pub struct FastCopy {
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§
Source§impl Service for FastCopy
impl Service for FastCopy
const SERVICE_NUM: u8 = 92u8
const FUNCTION_ADDRESS: usize = 33_554_529usize
Source§unsafe fn call(pukcl_params: &mut PukclParams)
unsafe fn call(pukcl_params: &mut PukclParams)
Call to PUKCC functions Read more
impl Copy for FastCopy
Auto Trait Implementations§
impl Freeze for FastCopy
impl RefUnwindSafe for FastCopy
impl Send for FastCopy
impl Sync for FastCopy
impl Unpin for FastCopy
impl UnwindSafe for FastCopy
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