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