Struct vitasdk_sys::SceGxmPrecomputedDraw
source · #[repr(C)]pub struct SceGxmPrecomputedDraw {
pub data: [c_uint; 11],
}Fields§
§data: [c_uint; 11]Trait Implementations§
source§impl Clone for SceGxmPrecomputedDraw
impl Clone for SceGxmPrecomputedDraw
source§fn clone(&self) -> SceGxmPrecomputedDraw
fn clone(&self) -> SceGxmPrecomputedDraw
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