#[repr(C)]pub struct DisplayPlanePropertiesKHR {
pub current_display: DisplayKHR,
pub current_stack_index: u32,
}Expand description
Fields
current_display: DisplayKHRcurrent_stack_index: u32Implementations
sourceimpl DisplayPlanePropertiesKHR
impl DisplayPlanePropertiesKHR
pub fn builder<'a>() -> DisplayPlanePropertiesKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for DisplayPlanePropertiesKHR
impl Clone for DisplayPlanePropertiesKHR
sourcefn clone(&self) -> DisplayPlanePropertiesKHR
fn clone(&self) -> DisplayPlanePropertiesKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DisplayPlanePropertiesKHR
impl Debug for DisplayPlanePropertiesKHR
sourceimpl Default for DisplayPlanePropertiesKHR
impl Default for DisplayPlanePropertiesKHR
sourcefn default() -> DisplayPlanePropertiesKHR
fn default() -> DisplayPlanePropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for DisplayPlanePropertiesKHR
Auto Trait Implementations
impl RefUnwindSafe for DisplayPlanePropertiesKHR
impl Send for DisplayPlanePropertiesKHR
impl Sync for DisplayPlanePropertiesKHR
impl Unpin for DisplayPlanePropertiesKHR
impl UnwindSafe for DisplayPlanePropertiesKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more