Enum unity_native_plugin_vulkan::vulkan::VulkanGraphicsQueueAccess [−][src]
#[repr(u32)]
pub enum VulkanGraphicsQueueAccess {
DontCare,
Allow,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VulkanGraphicsQueueAccess
impl Send for VulkanGraphicsQueueAccess
impl Sync for VulkanGraphicsQueueAccess
impl Unpin for VulkanGraphicsQueueAccess
impl UnwindSafe for VulkanGraphicsQueueAccess
Blanket Implementations
Mutably borrows from an owned value. Read more