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