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