Struct vitasdk_sys::SceKernelDmaOpDirectParam
source · #[repr(C)]pub struct SceKernelDmaOpDirectParam {
pub src: *const c_void,
pub dst: *mut c_void,
pub len: SceUInt32,
pub cmd: SceUInt32,
pub blockSize: SceUInt32,
pub coherencyMask: SceUInt32,
pub setValue: SceUInt32,
pub encDec: SceKernelDmaOpEncDec,
}Fields§
§src: *const c_void§dst: *mut c_void§len: SceUInt32§cmd: SceUInt32§blockSize: SceUInt32§coherencyMask: SceUInt32§setValue: SceUInt32§encDec: SceKernelDmaOpEncDecTrait Implementations§
source§impl Clone for SceKernelDmaOpDirectParam
impl Clone for SceKernelDmaOpDirectParam
source§fn clone(&self) -> SceKernelDmaOpDirectParam
fn clone(&self) -> SceKernelDmaOpDirectParam
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