#[repr(C)]pub struct VkTileMemoryBindInfoQCOM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub memory: VkDeviceMemory,
}Expand description
struct VkTileMemoryBindInfoQCOM from VK_QCOM_tile_memory_heap
Fields§
§sType: VkStructureType§pNext: *const c_void§memory: VkDeviceMemoryTrait Implementations§
Source§impl Clone for VkTileMemoryBindInfoQCOM
impl Clone for VkTileMemoryBindInfoQCOM
Source§fn clone(&self) -> VkTileMemoryBindInfoQCOM
fn clone(&self) -> VkTileMemoryBindInfoQCOM
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 VkTileMemoryBindInfoQCOM
Auto Trait Implementations§
impl !Send for VkTileMemoryBindInfoQCOM
impl !Sync for VkTileMemoryBindInfoQCOM
impl Freeze for VkTileMemoryBindInfoQCOM
impl RefUnwindSafe for VkTileMemoryBindInfoQCOM
impl Unpin for VkTileMemoryBindInfoQCOM
impl UnsafeUnpin for VkTileMemoryBindInfoQCOM
impl UnwindSafe for VkTileMemoryBindInfoQCOM
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