#[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: StructureTypep_next: *mut c_voidtransform: SurfaceTransformFlagsKHRrender_area: Rect2DImplementations
Trait Implementations
sourceimpl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Clone for CommandBufferInheritanceRenderPassTransformInfoQCOM
sourcefn clone(&self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
fn clone(&self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Default for CommandBufferInheritanceRenderPassTransformInfoQCOM
sourcefn default() -> CommandBufferInheritanceRenderPassTransformInfoQCOM
fn default() -> CommandBufferInheritanceRenderPassTransformInfoQCOM
Returns the “default value” for a type. Read more
impl Copy for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceRenderPassTransformInfoQCOM
Auto Trait Implementations
impl RefUnwindSafe for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl !Send for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl !Sync for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl Unpin for CommandBufferInheritanceRenderPassTransformInfoQCOM
impl UnwindSafe for CommandBufferInheritanceRenderPassTransformInfoQCOM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more