#[repr(C)]pub struct CommandBufferInheritanceRenderPassTransformInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
pub transform: SurfaceTransformFlagsKHR,
pub render_area: Rect2D,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§transform: SurfaceTransformFlagsKHR§render_area: Rect2DTrait Implementations§
Source§impl Cast for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Cast for CommandBufferInheritanceRenderPassTransformInfoQCOM
Source§type Target = CommandBufferInheritanceRenderPassTransformInfoQCOM
type Target = CommandBufferInheritanceRenderPassTransformInfoQCOM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOM
Source§fn clone(&self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
fn clone(&self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
Returns a duplicate 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 Default for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Default for CommandBufferInheritanceRenderPassTransformInfoQCOM
Source§fn default() -> CommandBufferInheritanceRenderPassTransformInfoQCOM
fn default() -> CommandBufferInheritanceRenderPassTransformInfoQCOM
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl HasBuilder<'static> for CommandBufferInheritanceRenderPassTransformInfoQCOM
Source§impl InputChainStruct for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl InputChainStruct for CommandBufferInheritanceRenderPassTransformInfoQCOM
Source§const TYPE: StructureType = StructureType::COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM
const TYPE: StructureType = StructureType::COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM
The structure type for this struct type.
Source§fn s_type(&self) -> StructureType
fn s_type(&self) -> StructureType
The structure type for this struct.
Source§impl PartialEq for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl PartialEq for CommandBufferInheritanceRenderPassTransformInfoQCOM
Source§fn eq(
&self,
other: &CommandBufferInheritanceRenderPassTransformInfoQCOM,
) -> bool
fn eq( &self, other: &CommandBufferInheritanceRenderPassTransformInfoQCOM, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Eq for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Send for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl StructuralPartialEq for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Sync for CommandBufferInheritanceRenderPassTransformInfoQCOM
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl RefUnwindSafe 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