#[repr(C)]pub struct VulkanGraphicsDeviceGetInfoKHR {
pub ty: StructureType,
pub next: *const c_void,
pub system_id: SystemId,
pub vulkan_instance: VkInstance,
}Expand description
See XrVulkanGraphicsDeviceGetInfoKHR - defined by XR_KHR_vulkan_enable2
Fields
ty: StructureTypenext: *const c_voidsystem_id: SystemIdvulkan_instance: VkInstanceImplementations
sourceimpl VulkanGraphicsDeviceGetInfoKHR
impl VulkanGraphicsDeviceGetInfoKHR
pub const TYPE: StructureType = StructureType::VULKAN_GRAPHICS_DEVICE_GET_INFO_KHR
Trait Implementations
sourceimpl Clone for VulkanGraphicsDeviceGetInfoKHR
impl Clone for VulkanGraphicsDeviceGetInfoKHR
sourcefn clone(&self) -> VulkanGraphicsDeviceGetInfoKHR
fn clone(&self) -> VulkanGraphicsDeviceGetInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VulkanGraphicsDeviceGetInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for VulkanGraphicsDeviceGetInfoKHR
impl !Send for VulkanGraphicsDeviceGetInfoKHR
impl !Sync for VulkanGraphicsDeviceGetInfoKHR
impl Unpin for VulkanGraphicsDeviceGetInfoKHR
impl UnwindSafe for VulkanGraphicsDeviceGetInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more