pub struct DisplayPlanePropertiesKHRBuilder { /* private fields */ }Expand description
Builder for DisplayPlanePropertiesKHR.
Implementations§
Source§impl DisplayPlanePropertiesKHRBuilder
impl DisplayPlanePropertiesKHRBuilder
pub fn current_display(self, value: DisplayKHR) -> Self
pub fn current_stack_index(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayPlanePropertiesKHRBuilder
impl RefUnwindSafe for DisplayPlanePropertiesKHRBuilder
impl Send for DisplayPlanePropertiesKHRBuilder
impl Sync for DisplayPlanePropertiesKHRBuilder
impl Unpin for DisplayPlanePropertiesKHRBuilder
impl UnsafeUnpin for DisplayPlanePropertiesKHRBuilder
impl UnwindSafe for DisplayPlanePropertiesKHRBuilder
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