#[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 duplicate 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 moreSource§impl Debug for GSPGPU_CaptureInfoEntry
impl Debug for GSPGPU_CaptureInfoEntry
Source§impl Default for GSPGPU_CaptureInfoEntry
impl Default for GSPGPU_CaptureInfoEntry
impl Copy for GSPGPU_CaptureInfoEntry
Auto Trait Implementations§
impl Freeze for GSPGPU_CaptureInfoEntry
impl RefUnwindSafe for GSPGPU_CaptureInfoEntry
impl !Send for GSPGPU_CaptureInfoEntry
impl !Sync for GSPGPU_CaptureInfoEntry
impl Unpin for GSPGPU_CaptureInfoEntry
impl UnwindSafe for GSPGPU_CaptureInfoEntry
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)