Type Alias C3D_RenderTarget

Source
pub type C3D_RenderTarget = C3D_RenderTarget_tag;

Aliased Type§

#[repr(C)]
pub struct C3D_RenderTarget { pub next: *mut C3D_RenderTarget_tag, pub prev: *mut C3D_RenderTarget_tag, pub frameBuf: C3D_FrameBuf, pub used: bool, pub ownsColor: bool, pub ownsDepth: bool, pub linked: bool, pub screen: u8, pub side: u8, pub transferFlags: u32, }

Fields§

§next: *mut C3D_RenderTarget_tag§prev: *mut C3D_RenderTarget_tag§frameBuf: C3D_FrameBuf§used: bool§ownsColor: bool§ownsDepth: bool§linked: bool§screen: u8§side: u8§transferFlags: u32

Trait Implementations

Source§

impl Clone for C3D_RenderTarget_tag

Source§

fn clone(&self) -> C3D_RenderTarget_tag

Returns a duplicate of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for C3D_RenderTarget_tag

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for C3D_RenderTarget_tag