#[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 moresource§impl TaggedStructure for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl TaggedStructure for CommandBufferInheritanceRenderPassTransformInfoQCOM
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM
impl Copy for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceRenderPassTransformInfoQCOM
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl RefUnwindSafe for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl !Send for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl !Sync for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Unpin for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl UnwindSafe for CommandBufferInheritanceRenderPassTransformInfoQCOM
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more