pub struct Vulkan_QCOM_tile_properties { /* private fields */ }Expand description
struct for VK_QCOM_tile_properties
Implementations§
Source§impl Vulkan_QCOM_tile_properties
impl Vulkan_QCOM_tile_properties
pub fn new( instance: VkInstance, get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_QCOM_tile_properties
impl Clone for Vulkan_QCOM_tile_properties
Source§fn clone(&self) -> Vulkan_QCOM_tile_properties
fn clone(&self) -> Vulkan_QCOM_tile_properties
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 Vulkan_QCOM_tile_properties
impl Debug for Vulkan_QCOM_tile_properties
Source§impl VK_QCOM_tile_properties for Vulkan_QCOM_tile_properties
impl VK_QCOM_tile_properties for Vulkan_QCOM_tile_properties
Source§fn vkGetFramebufferTilePropertiesQCOM(
&self,
device: VkDevice,
framebuffer: VkFramebuffer,
pPropertiesCount: *mut uint32_t,
pProperties: *mut VkTilePropertiesQCOM,
) -> Result<(), VkError>
fn vkGetFramebufferTilePropertiesQCOM( &self, device: VkDevice, framebuffer: VkFramebuffer, pPropertiesCount: *mut uint32_t, pProperties: *mut VkTilePropertiesQCOM, ) -> Result<(), VkError>
impl Copy for Vulkan_QCOM_tile_properties
Auto Trait Implementations§
impl Freeze for Vulkan_QCOM_tile_properties
impl RefUnwindSafe for Vulkan_QCOM_tile_properties
impl Send for Vulkan_QCOM_tile_properties
impl Sync for Vulkan_QCOM_tile_properties
impl Unpin for Vulkan_QCOM_tile_properties
impl UnwindSafe for Vulkan_QCOM_tile_properties
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