#[repr(C)]pub struct RenderPassTransformBeginInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
pub transform: SurfaceTransformFlagsKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§transform: SurfaceTransformFlagsKHRTrait Implementations§
Source§impl Clone for RenderPassTransformBeginInfoQCOM
impl Clone for RenderPassTransformBeginInfoQCOM
Source§fn clone(&self) -> RenderPassTransformBeginInfoQCOM
fn clone(&self) -> RenderPassTransformBeginInfoQCOM
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 PartialEq for RenderPassTransformBeginInfoQCOM
impl PartialEq for RenderPassTransformBeginInfoQCOM
Source§fn eq(&self, other: &RenderPassTransformBeginInfoQCOM) -> bool
fn eq(&self, other: &RenderPassTransformBeginInfoQCOM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RenderPassTransformBeginInfoQCOM
impl Eq for RenderPassTransformBeginInfoQCOM
impl Send for RenderPassTransformBeginInfoQCOM
impl StructuralPartialEq for RenderPassTransformBeginInfoQCOM
impl Sync for RenderPassTransformBeginInfoQCOM
Auto Trait Implementations§
impl Freeze for RenderPassTransformBeginInfoQCOM
impl RefUnwindSafe for RenderPassTransformBeginInfoQCOM
impl Unpin for RenderPassTransformBeginInfoQCOM
impl UnwindSafe for RenderPassTransformBeginInfoQCOM
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