pub struct VulkanGoogleSurfacelessQuery {}Expand description
struct for VK_GOOGLE_surfaceless_query
Implementations§
Source§impl VulkanGoogleSurfacelessQuery
impl VulkanGoogleSurfacelessQuery
pub fn new( _instance: VkInstance, _get_instance_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for VulkanGoogleSurfacelessQuery
impl Clone for VulkanGoogleSurfacelessQuery
Source§fn clone(&self) -> VulkanGoogleSurfacelessQuery
fn clone(&self) -> VulkanGoogleSurfacelessQuery
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 VulkanGoogleSurfacelessQuery
Source§impl Debug for VulkanGoogleSurfacelessQuery
impl Debug for VulkanGoogleSurfacelessQuery
Source§impl Default for VulkanGoogleSurfacelessQuery
impl Default for VulkanGoogleSurfacelessQuery
Source§fn default() -> VulkanGoogleSurfacelessQuery
fn default() -> VulkanGoogleSurfacelessQuery
Returns the “default value” for a type. Read more
impl VK_GOOGLE_surfaceless_query for VulkanGoogleSurfacelessQuery
Auto Trait Implementations§
impl Freeze for VulkanGoogleSurfacelessQuery
impl RefUnwindSafe for VulkanGoogleSurfacelessQuery
impl Send for VulkanGoogleSurfacelessQuery
impl Sync for VulkanGoogleSurfacelessQuery
impl Unpin for VulkanGoogleSurfacelessQuery
impl UnsafeUnpin for VulkanGoogleSurfacelessQuery
impl UnwindSafe for VulkanGoogleSurfacelessQuery
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