Struct ash::vk::DisplayPlaneInfo2KHR
source · #[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§
source§impl DisplayPlaneInfo2KHR
impl DisplayPlaneInfo2KHR
pub fn builder<'a>() -> DisplayPlaneInfo2KHRBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPlaneInfo2KHR
impl Clone for DisplayPlaneInfo2KHR
source§fn clone(&self) -> DisplayPlaneInfo2KHR
fn clone(&self) -> DisplayPlaneInfo2KHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DisplayPlaneInfo2KHR
impl Debug for DisplayPlaneInfo2KHR
source§impl Default for DisplayPlaneInfo2KHR
impl Default for DisplayPlaneInfo2KHR
source§impl TaggedStructure for DisplayPlaneInfo2KHR
impl TaggedStructure for DisplayPlaneInfo2KHR
const STRUCTURE_TYPE: StructureType = StructureType::DISPLAY_PLANE_INFO_2_KHR
impl Copy for DisplayPlaneInfo2KHR
Auto Trait Implementations§
impl Freeze for DisplayPlaneInfo2KHR
impl RefUnwindSafe for DisplayPlaneInfo2KHR
impl !Send for DisplayPlaneInfo2KHR
impl !Sync for DisplayPlaneInfo2KHR
impl Unpin for DisplayPlaneInfo2KHR
impl UnwindSafe for DisplayPlaneInfo2KHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more