#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SceShaccCgCompileOutput
impl Debug for SceShaccCgCompileOutput
impl Copy for SceShaccCgCompileOutput
Auto Trait Implementations§
impl Freeze for SceShaccCgCompileOutput
impl RefUnwindSafe for SceShaccCgCompileOutput
impl !Send for SceShaccCgCompileOutput
impl !Sync for SceShaccCgCompileOutput
impl Unpin for SceShaccCgCompileOutput
impl UnsafeUnpin for SceShaccCgCompileOutput
impl UnwindSafe for SceShaccCgCompileOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more