Struct vulkanalia_sys::DisplayPlaneInfo2KHR
source · [−]#[repr(C)]pub struct DisplayPlaneInfo2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub mode: DisplayModeKHR,
pub plane_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmode: DisplayModeKHRplane_index: u32Trait 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 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