Struct vitasdk_sys::SceKernelDmaOpTag
source · #[repr(C)]pub struct SceKernelDmaOpTag {
pub src: *const c_void,
pub dst: *mut c_void,
pub len: SceUInt32,
pub cmd: SceUInt32,
pub keyring: SceUInt32,
pub iv: *mut c_void,
pub blockSize: SceUInt32,
pub pNext: *mut SceKernelDmaOpTag,
}Fields§
§src: *const c_void§dst: *mut c_void§len: SceUInt32§cmd: SceUInt32§keyring: SceUInt32§iv: *mut c_void§blockSize: SceUInt32§pNext: *mut SceKernelDmaOpTagTrait Implementations§
source§impl Clone for SceKernelDmaOpTag
impl Clone for SceKernelDmaOpTag
source§fn clone(&self) -> SceKernelDmaOpTag
fn clone(&self) -> SceKernelDmaOpTag
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more