Struct ctru_sys::GSPGPU_CaptureInfoEntry
source · #[repr(C)]pub struct GSPGPU_CaptureInfoEntry {
pub framebuf0_vaddr: *mut u32_,
pub framebuf1_vaddr: *mut u32_,
pub format: u32_,
pub framebuf_widthbytesize: u32_,
}
Expand description
Capture info entry.
Fields§
§framebuf0_vaddr: *mut u32_
< Left framebuffer.
framebuf1_vaddr: *mut u32_
< Right framebuffer.
format: u32_
< Framebuffer format.
framebuf_widthbytesize: u32_
< Framebuffer pitch.
Trait Implementations§
source§impl Clone for GSPGPU_CaptureInfoEntry
impl Clone for GSPGPU_CaptureInfoEntry
source§fn clone(&self) -> GSPGPU_CaptureInfoEntry
fn clone(&self) -> GSPGPU_CaptureInfoEntry
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