pub struct DisplayPlaneInfo2KHRBuilder<'a> { /* private fields */ }Expand description
Builder for DisplayPlaneInfo2KHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> DisplayPlaneInfo2KHRBuilder<'a>
pub fn mode(self, value: DisplayModeKHR) -> DisplayPlaneInfo2KHRBuilder<'a>
pub fn plane_index(self, value: u32) -> DisplayPlaneInfo2KHRBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> DisplayPlaneInfo2KHRBuilder<'a>where
T: ExtendsDisplayPlaneInfo2KHR,
pub fn push_next<T>(self, next: &'a mut T) -> DisplayPlaneInfo2KHRBuilder<'a>where
T: ExtendsDisplayPlaneInfo2KHR,
Prepend a struct to the pNext chain. See DisplayPlaneInfo2KHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> Deref for DisplayPlaneInfo2KHRBuilder<'a>
Source§type Target = DisplayPlaneInfo2KHR
type Target = DisplayPlaneInfo2KHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> DerefMut for DisplayPlaneInfo2KHRBuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> !Sync for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> Freeze for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> RefUnwindSafe for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> Unpin for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> UnsafeUnpin for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> UnwindSafe for DisplayPlaneInfo2KHRBuilder<'a>
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