Struct ash::vk::PhysicalDeviceFeatures2 [−][src]
#[repr(C)]pub struct PhysicalDeviceFeatures2 { pub s_type: StructureType, pub p_next: *mut c_void, pub features: PhysicalDeviceFeatures, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
features: PhysicalDeviceFeatures
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceFeatures2
impl !Send for PhysicalDeviceFeatures2
impl !Sync for PhysicalDeviceFeatures2
impl Unpin for PhysicalDeviceFeatures2
impl UnwindSafe for PhysicalDeviceFeatures2
Blanket Implementations
Mutably borrows from an owned value. Read more