Struct citro3d_sys::C3D_RenderTarget_tag
source · #[repr(C)]pub struct C3D_RenderTarget_tag {
pub next: *mut C3D_RenderTarget,
pub prev: *mut C3D_RenderTarget,
pub frameBuf: C3D_FrameBuf,
pub used: bool,
pub ownsColor: bool,
pub ownsDepth: bool,
pub linked: bool,
pub screen: gfxScreen_t,
pub side: gfx3dSide_t,
pub transferFlags: u32_,
}
Fields§
§next: *mut C3D_RenderTarget
§prev: *mut C3D_RenderTarget
§frameBuf: C3D_FrameBuf
§used: bool
§ownsColor: bool
§ownsDepth: bool
§linked: bool
§screen: gfxScreen_t
§side: gfx3dSide_t
§transferFlags: u32_
Trait Implementations§
source§impl Clone for C3D_RenderTarget_tag
impl Clone for C3D_RenderTarget_tag
source§fn clone(&self) -> C3D_RenderTarget_tag
fn clone(&self) -> C3D_RenderTarget_tag
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