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) -> Self
pub fn plane_index(self, value: u32) -> Self
Sourcepub fn push_next<T: ExtendsDisplayPlaneInfo2KHR>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsDisplayPlaneInfo2KHR>(self, next: &'a mut T) -> Self
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>
Auto Trait Implementations§
impl<'a> Freeze for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> RefUnwindSafe for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> !Send for DisplayPlaneInfo2KHRBuilder<'a>
impl<'a> !Sync 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