Struct vulkanalia_sys::PhysicalDeviceProperties2
source · [−]#[repr(C)]pub struct PhysicalDeviceProperties2 {
pub s_type: StructureType,
pub next: *mut c_void,
pub properties: PhysicalDeviceProperties,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidproperties: PhysicalDevicePropertiesTrait 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 PhysicalDeviceProperties2
impl !Send for PhysicalDeviceProperties2
impl !Sync for PhysicalDeviceProperties2
impl Unpin for PhysicalDeviceProperties2
impl UnwindSafe for PhysicalDeviceProperties2
Blanket Implementations
Mutably borrows from an owned value. Read more