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