#[repr(C)]pub struct VkDisplayPlanePropertiesKHR {
pub currentDisplay: VkDisplayKHR,
pub currentStackIndex: u32,
}Fields§
§currentDisplay: VkDisplayKHR§currentStackIndex: u32Trait Implementations§
Source§impl Clone for VkDisplayPlanePropertiesKHR
impl Clone for VkDisplayPlanePropertiesKHR
Source§fn clone(&self) -> VkDisplayPlanePropertiesKHR
fn clone(&self) -> VkDisplayPlanePropertiesKHR
Returns a duplicate 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 moreimpl Copy for VkDisplayPlanePropertiesKHR
Auto Trait Implementations§
impl Freeze for VkDisplayPlanePropertiesKHR
impl RefUnwindSafe for VkDisplayPlanePropertiesKHR
impl !Send for VkDisplayPlanePropertiesKHR
impl !Sync for VkDisplayPlanePropertiesKHR
impl Unpin for VkDisplayPlanePropertiesKHR
impl UnwindSafe for VkDisplayPlanePropertiesKHR
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