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