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