#[repr(C)]pub struct DisplayPlaneProperties2KHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub display_plane_properties: DisplayPlanePropertiesKHR,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voiddisplay_plane_properties: DisplayPlanePropertiesKHRTrait 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 DisplayPlaneProperties2KHR
impl !Send for DisplayPlaneProperties2KHR
impl !Sync for DisplayPlaneProperties2KHR
impl Unpin for DisplayPlaneProperties2KHR
impl UnwindSafe for DisplayPlaneProperties2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more