#[repr(C)]pub struct PerTileBeginInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
}Expand description
VkPerTileBeginInfoQCOM
Provided by VK_QCOM_tile_shading.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PER_TILE_BEGIN_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
Implementations§
Source§impl PerTileBeginInfoQCOM
impl PerTileBeginInfoQCOM
Sourcepub fn builder<'a>() -> PerTileBeginInfoQCOMBuilder<'a>
pub fn builder<'a>() -> PerTileBeginInfoQCOMBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PerTileBeginInfoQCOM
impl Clone for PerTileBeginInfoQCOM
Source§fn clone(&self) -> PerTileBeginInfoQCOM
fn clone(&self) -> PerTileBeginInfoQCOM
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 PerTileBeginInfoQCOM
impl Debug for PerTileBeginInfoQCOM
Source§impl Default for PerTileBeginInfoQCOM
impl Default for PerTileBeginInfoQCOM
impl Copy for PerTileBeginInfoQCOM
Auto Trait Implementations§
impl Freeze for PerTileBeginInfoQCOM
impl RefUnwindSafe for PerTileBeginInfoQCOM
impl !Send for PerTileBeginInfoQCOM
impl !Sync for PerTileBeginInfoQCOM
impl Unpin for PerTileBeginInfoQCOM
impl UnsafeUnpin for PerTileBeginInfoQCOM
impl UnwindSafe for PerTileBeginInfoQCOM
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