#[repr(C)]pub struct DispatchTileInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
}Expand description
VkDispatchTileInfoQCOM
Provided by VK_QCOM_tile_shading.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DISPATCH_TILE_INFO_QCOM.
p_next: *const c_voidOptional, may be null.
Implementations§
Source§impl DispatchTileInfoQCOM
impl DispatchTileInfoQCOM
Sourcepub fn builder<'a>() -> DispatchTileInfoQCOMBuilder<'a>
pub fn builder<'a>() -> DispatchTileInfoQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DispatchTileInfoQCOM
impl Clone for DispatchTileInfoQCOM
Source§fn clone(&self) -> DispatchTileInfoQCOM
fn clone(&self) -> DispatchTileInfoQCOM
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DispatchTileInfoQCOM
Source§impl Debug for DispatchTileInfoQCOM
impl Debug for DispatchTileInfoQCOM
Auto Trait Implementations§
impl !Send for DispatchTileInfoQCOM
impl !Sync for DispatchTileInfoQCOM
impl Freeze for DispatchTileInfoQCOM
impl RefUnwindSafe for DispatchTileInfoQCOM
impl Unpin for DispatchTileInfoQCOM
impl UnsafeUnpin for DispatchTileInfoQCOM
impl UnwindSafe for DispatchTileInfoQCOM
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