Struct vitasdk_sys::SceKernelDmaOpEncDec
source · #[repr(C)]pub struct SceKernelDmaOpEncDec {
pub keyring: SceUInt32,
pub iv: *mut c_void,
pub ivCoherencyMask: SceUInt32,
pub reserved: SceUInt32,
pub key: [SceUInt8; 64],
}Fields§
§keyring: SceUInt32§iv: *mut c_void§ivCoherencyMask: SceUInt32§reserved: SceUInt32§key: [SceUInt8; 64]Trait Implementations§
source§impl Clone for SceKernelDmaOpEncDec
impl Clone for SceKernelDmaOpEncDec
source§fn clone(&self) -> SceKernelDmaOpEncDec
fn clone(&self) -> SceKernelDmaOpEncDec
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