pub struct Vulkan_QCOM_fragment_density_map_offset {}Implementations§
Source§impl Vulkan_QCOM_fragment_density_map_offset
impl Vulkan_QCOM_fragment_density_map_offset
pub fn new( _instance: VkInstance, _get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_QCOM_fragment_density_map_offset
impl Clone for Vulkan_QCOM_fragment_density_map_offset
Source§fn clone(&self) -> Vulkan_QCOM_fragment_density_map_offset
fn clone(&self) -> Vulkan_QCOM_fragment_density_map_offset
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 moreimpl Copy for Vulkan_QCOM_fragment_density_map_offset
impl VK_QCOM_fragment_density_map_offset for Vulkan_QCOM_fragment_density_map_offset
Auto Trait Implementations§
impl Freeze for Vulkan_QCOM_fragment_density_map_offset
impl RefUnwindSafe for Vulkan_QCOM_fragment_density_map_offset
impl Send for Vulkan_QCOM_fragment_density_map_offset
impl Sync for Vulkan_QCOM_fragment_density_map_offset
impl Unpin for Vulkan_QCOM_fragment_density_map_offset
impl UnwindSafe for Vulkan_QCOM_fragment_density_map_offset
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