#[repr(C)]pub struct CommandBufferInheritanceRenderPassTransformInfoQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub transform: SurfaceTransformFlagsKHR,
pub render_area: Rect2D,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§transform: SurfaceTransformFlagsKHR
§render_area: Rect2D
Implementations§
Trait Implementations§
source§impl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOM
source§fn clone(&self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
fn clone(&self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more