pub struct DisplayPlanePropertiesKHRBuilder { /* private fields */ }Expand description
Builder for DisplayPlanePropertiesKHR.
Implementations§
Source§impl DisplayPlanePropertiesKHRBuilder
impl DisplayPlanePropertiesKHRBuilder
pub fn current_display( self, value: DisplayKHR, ) -> DisplayPlanePropertiesKHRBuilder
pub fn current_stack_index(self, value: u32) -> DisplayPlanePropertiesKHRBuilder
Trait Implementations§
Source§impl Deref for DisplayPlanePropertiesKHRBuilder
impl Deref for DisplayPlanePropertiesKHRBuilder
Source§type Target = DisplayPlanePropertiesKHR
type Target = DisplayPlanePropertiesKHR
The resulting type after dereferencing.
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