Struct ash::vk::QcomTilePropertiesFn
source · pub struct QcomTilePropertiesFn {
pub get_framebuffer_tile_properties_qcom: PFN_vkGetFramebufferTilePropertiesQCOM,
pub get_dynamic_rendering_tile_properties_qcom: PFN_vkGetDynamicRenderingTilePropertiesQCOM,
}
Fields§
§get_framebuffer_tile_properties_qcom: PFN_vkGetFramebufferTilePropertiesQCOM
§get_dynamic_rendering_tile_properties_qcom: PFN_vkGetDynamicRenderingTilePropertiesQCOM
Implementations§
Trait Implementations§
source§impl Clone for QcomTilePropertiesFn
impl Clone for QcomTilePropertiesFn
source§fn clone(&self) -> QcomTilePropertiesFn
fn clone(&self) -> QcomTilePropertiesFn
Returns a copy 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 Send for QcomTilePropertiesFn
impl Sync for QcomTilePropertiesFn
Auto Trait Implementations§
impl Freeze for QcomTilePropertiesFn
impl RefUnwindSafe for QcomTilePropertiesFn
impl Unpin for QcomTilePropertiesFn
impl UnwindSafe for QcomTilePropertiesFn
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