Struct ash::vk::DisplayPlanePropertiesKHR
source · #[repr(C)]pub struct DisplayPlanePropertiesKHR {
pub current_display: DisplayKHR,
pub current_stack_index: u32,
}
Expand description
Fields§
§current_display: DisplayKHR
§current_stack_index: u32
Implementations§
source§impl DisplayPlanePropertiesKHR
impl DisplayPlanePropertiesKHR
pub fn builder<'a>() -> DisplayPlanePropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPlanePropertiesKHR
impl Clone for DisplayPlanePropertiesKHR
source§fn clone(&self) -> DisplayPlanePropertiesKHR
fn clone(&self) -> DisplayPlanePropertiesKHR
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 DisplayPlanePropertiesKHR
impl Debug for DisplayPlanePropertiesKHR
source§impl Default for DisplayPlanePropertiesKHR
impl Default for DisplayPlanePropertiesKHR
source§fn default() -> DisplayPlanePropertiesKHR
fn default() -> DisplayPlanePropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for DisplayPlanePropertiesKHR
Auto Trait Implementations§
impl Freeze for DisplayPlanePropertiesKHR
impl RefUnwindSafe for DisplayPlanePropertiesKHR
impl Send for DisplayPlanePropertiesKHR
impl Sync for DisplayPlanePropertiesKHR
impl Unpin for DisplayPlanePropertiesKHR
impl UnwindSafe for DisplayPlanePropertiesKHR
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