Struct vitasdk_sys::SceShaccCgCompileOutput
source · #[repr(C)]pub struct SceShaccCgCompileOutput {
pub programData: *const u8,
pub programSize: SceUInt32,
pub diagnosticCount: SceInt32,
pub diagnostics: *const SceShaccCgDiagnosticMessage,
}Fields§
§programData: *const u8§programSize: SceUInt32§diagnosticCount: SceInt32§diagnostics: *const SceShaccCgDiagnosticMessageTrait Implementations§
source§impl Clone for SceShaccCgCompileOutput
impl Clone for SceShaccCgCompileOutput
source§fn clone(&self) -> SceShaccCgCompileOutput
fn clone(&self) -> SceShaccCgCompileOutput
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