Struct vitasdk_sys::SceRazorGpuLiveEntryHeader
source · #[repr(C)]pub struct SceRazorGpuLiveEntryHeader {
pub entry_size: u16,
pub entry_type: u16,
pub reserved: c_int,
}Fields§
§entry_size: u16§entry_type: u16§reserved: c_intTrait Implementations§
source§impl Clone for SceRazorGpuLiveEntryHeader
impl Clone for SceRazorGpuLiveEntryHeader
source§fn clone(&self) -> SceRazorGpuLiveEntryHeader
fn clone(&self) -> SceRazorGpuLiveEntryHeader
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