Struct vulkanalia_sys::PhysicalDeviceFeatures2
source · [−]#[repr(C)]pub struct PhysicalDeviceFeatures2 {
pub s_type: StructureType,
pub next: *mut c_void,
pub features: PhysicalDeviceFeatures,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidfeatures: PhysicalDeviceFeaturesTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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