#[repr(C)]pub struct CommandBufferInheritanceRenderPassTransformInfoQCOM {
pub sType: StructureType,
pub pNext: *mut c_void,
pub transform: SurfaceTransformFlagBitsKHR,
pub renderArea: Rect2D,
}Fields§
§sType: StructureType§pNext: *mut c_void§transform: SurfaceTransformFlagBitsKHR§renderArea: Rect2DTrait Implementations§
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 moreimpl Copy 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