Struct vitasdk_sys::ScePssCryptoHandle
source · #[repr(C)]pub struct ScePssCryptoHandle {
pub fd: SceUID,
pub unk1: u32,
pub size: SceSize,
pub unk3: u32,
}Fields§
§fd: SceUID§unk1: u32§size: SceSize§unk3: u32Trait Implementations§
source§impl Clone for ScePssCryptoHandle
impl Clone for ScePssCryptoHandle
source§fn clone(&self) -> ScePssCryptoHandle
fn clone(&self) -> ScePssCryptoHandle
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