Struct ash::vk::DisplayPlaneProperties2KHR [−][src]
#[repr(C)]pub struct DisplayPlaneProperties2KHR { pub s_type: StructureType, pub p_next: *mut c_void, pub display_plane_properties: DisplayPlanePropertiesKHR, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
display_plane_properties: DisplayPlanePropertiesKHR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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