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