Struct ash::vk::definitions::DisplayPlaneProperties2KHR
source · #[repr(C)]pub struct DisplayPlaneProperties2KHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub display_plane_properties: DisplayPlanePropertiesKHR,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§display_plane_properties: DisplayPlanePropertiesKHR
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DisplayPlaneProperties2KHR<'a>
impl<'a> DisplayPlaneProperties2KHR<'a>
pub fn display_plane_properties( self, display_plane_properties: DisplayPlanePropertiesKHR, ) -> Self
Trait Implementations§
source§impl<'a> Clone for DisplayPlaneProperties2KHR<'a>
impl<'a> Clone for DisplayPlaneProperties2KHR<'a>
source§fn clone(&self) -> DisplayPlaneProperties2KHR<'a>
fn clone(&self) -> DisplayPlaneProperties2KHR<'a>
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<'a> Debug for DisplayPlaneProperties2KHR<'a>
impl<'a> Debug for DisplayPlaneProperties2KHR<'a>
source§impl Default for DisplayPlaneProperties2KHR<'_>
impl Default for DisplayPlaneProperties2KHR<'_>
source§impl<'a> TaggedStructure for DisplayPlaneProperties2KHR<'a>
impl<'a> TaggedStructure for DisplayPlaneProperties2KHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DISPLAY_PLANE_PROPERTIES_2_KHR
impl<'a> Copy for DisplayPlaneProperties2KHR<'a>
impl Send for DisplayPlaneProperties2KHR<'_>
impl Sync for DisplayPlaneProperties2KHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for DisplayPlaneProperties2KHR<'a>
impl<'a> RefUnwindSafe for DisplayPlaneProperties2KHR<'a>
impl<'a> Unpin for DisplayPlaneProperties2KHR<'a>
impl<'a> UnwindSafe for DisplayPlaneProperties2KHR<'a>
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