#[repr(C)]pub struct PerTileEndInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
}Expand description
VkPerTileEndInfoQCOM
Provided by VK_QCOM_tile_shading.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PER_TILE_END_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
Implementations§
Source§impl PerTileEndInfoQCOM
impl PerTileEndInfoQCOM
Sourcepub fn builder<'a>() -> PerTileEndInfoQCOMBuilder<'a>
pub fn builder<'a>() -> PerTileEndInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PerTileEndInfoQCOM
impl Clone for PerTileEndInfoQCOM
Source§fn clone(&self) -> PerTileEndInfoQCOM
fn clone(&self) -> PerTileEndInfoQCOM
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 Debug for PerTileEndInfoQCOM
impl Debug for PerTileEndInfoQCOM
Source§impl Default for PerTileEndInfoQCOM
impl Default for PerTileEndInfoQCOM
Source§fn default() -> PerTileEndInfoQCOM
fn default() -> PerTileEndInfoQCOM
Returns the “default value” for a type. Read more
impl Copy for PerTileEndInfoQCOM
Auto Trait Implementations§
impl Freeze for PerTileEndInfoQCOM
impl RefUnwindSafe for PerTileEndInfoQCOM
impl !Send for PerTileEndInfoQCOM
impl !Sync for PerTileEndInfoQCOM
impl Unpin for PerTileEndInfoQCOM
impl UnsafeUnpin for PerTileEndInfoQCOM
impl UnwindSafe for PerTileEndInfoQCOM
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