pub struct ExportMemoryWin32HandleInfoKHRBuilder<'a> { /* private fields */ }Expand description
Builder for ExportMemoryWin32HandleInfoKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> ExportMemoryWin32HandleInfoKHRBuilder<'a>
pub fn attributes(self, value: *const c_void) -> Self
pub fn dw_access(self, value: u32) -> Self
pub fn name(self, value: *const u16) -> Self
Sourcepub fn push_next<T: ExtendsExportMemoryWin32HandleInfoKHR>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsExportMemoryWin32HandleInfoKHR>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ExportMemoryWin32HandleInfoKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> Deref for ExportMemoryWin32HandleInfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> !Send for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> !Sync for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> Unpin for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> UnsafeUnpin for ExportMemoryWin32HandleInfoKHRBuilder<'a>
impl<'a> UnwindSafe for ExportMemoryWin32HandleInfoKHRBuilder<'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