[−][src]Struct ash::vk::PhysicalDeviceVulkan11Properties
Fields
s_type: StructureTypep_next: *mut c_voiddevice_uuid: [u8; 16]driver_uuid: [u8; 16]device_luid: [u8; 8]device_node_mask: u32device_luid_valid: Bool32subgroup_size: u32subgroup_supported_stages: ShaderStageFlagssubgroup_supported_operations: SubgroupFeatureFlagssubgroup_quad_operations_in_all_stages: Bool32point_clipping_behavior: PointClippingBehaviormax_multiview_view_count: u32max_multiview_instance_index: u32protected_no_fault: Bool32max_per_set_descriptors: u32max_memory_allocation_size: DeviceSizeImplementations
impl PhysicalDeviceVulkan11Properties[src]
pub fn builder<'a>() -> PhysicalDeviceVulkan11PropertiesBuilder<'a>[src]
Trait Implementations
impl Clone for PhysicalDeviceVulkan11Properties[src]
fn clone(&self) -> PhysicalDeviceVulkan11Properties[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PhysicalDeviceVulkan11Properties[src]
impl Debug for PhysicalDeviceVulkan11Properties[src]
impl Default for PhysicalDeviceVulkan11Properties[src]
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVulkan11Properties[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceVulkan11Properties
impl !Send for PhysicalDeviceVulkan11Properties
impl !Sync for PhysicalDeviceVulkan11Properties
impl Unpin for PhysicalDeviceVulkan11Properties
impl UnwindSafe for PhysicalDeviceVulkan11Properties
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,