pub struct DisplayPlaneProperties2KHRBuilder<'a> { /* private fields */ }Expand description
Builder for DisplayPlaneProperties2KHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> DisplayPlaneProperties2KHRBuilder<'a>
pub fn display_plane_properties(self, value: DisplayPlanePropertiesKHR) -> Self
Trait Implementations§
Source§impl<'a> Deref for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> Deref for DisplayPlaneProperties2KHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> RefUnwindSafe for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> !Send for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> !Sync for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> Unpin for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> UnsafeUnpin for DisplayPlaneProperties2KHRBuilder<'a>
impl<'a> UnwindSafe for DisplayPlaneProperties2KHRBuilder<'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