Struct openxr_sys::GraphicsRequirementsVulkanKHR
source · [−]#[repr(C)]pub struct GraphicsRequirementsVulkanKHR {
pub ty: StructureType,
pub next: *mut c_void,
pub min_api_version_supported: Version,
pub max_api_version_supported: Version,
}Expand description
See XrGraphicsRequirementsVulkanKHR - defined by XR_KHR_vulkan_enable
Fields
ty: StructureTypenext: *mut c_voidmin_api_version_supported: Versionmax_api_version_supported: VersionImplementations
sourceimpl GraphicsRequirementsVulkanKHR
impl GraphicsRequirementsVulkanKHR
pub const TYPE: StructureType = StructureType::GRAPHICS_REQUIREMENTS_VULKAN_KHR
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for GraphicsRequirementsVulkanKHR
impl Clone for GraphicsRequirementsVulkanKHR
sourcefn clone(&self) -> GraphicsRequirementsVulkanKHR
fn clone(&self) -> GraphicsRequirementsVulkanKHR
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 moresourceimpl Debug for GraphicsRequirementsVulkanKHR
impl Debug for GraphicsRequirementsVulkanKHR
impl Copy for GraphicsRequirementsVulkanKHR
Auto Trait Implementations
impl RefUnwindSafe for GraphicsRequirementsVulkanKHR
impl !Send for GraphicsRequirementsVulkanKHR
impl !Sync for GraphicsRequirementsVulkanKHR
impl Unpin for GraphicsRequirementsVulkanKHR
impl UnwindSafe for GraphicsRequirementsVulkanKHR
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