#[repr(transparent)]pub struct ExportMemoryWin32HandleInfoNVBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> ExportMemoryWin32HandleInfoNVBuilder<'a>
impl<'a> ExportMemoryWin32HandleInfoNVBuilder<'a>
pub fn attributes(
self,
attributes: &'a c_void
) -> ExportMemoryWin32HandleInfoNVBuilder<'a>
pub fn dw_access(
self,
dw_access: u64
) -> ExportMemoryWin32HandleInfoNVBuilder<'a>
sourcepub fn build(self) -> ExportMemoryWin32HandleInfoNV
pub fn build(self) -> ExportMemoryWin32HandleInfoNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations
sourceimpl<'a> Deref for ExportMemoryWin32HandleInfoNVBuilder<'a>
impl<'a> Deref for ExportMemoryWin32HandleInfoNVBuilder<'a>
type Target = ExportMemoryWin32HandleInfoNV
type Target = ExportMemoryWin32HandleInfoNV
The resulting type after dereferencing.
sourcefn deref(&self) -> &<ExportMemoryWin32HandleInfoNVBuilder<'a> as Deref>::Target
fn deref(&self) -> &<ExportMemoryWin32HandleInfoNVBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for ExportMemoryWin32HandleInfoNVBuilder<'a>
impl<'a> DerefMut for ExportMemoryWin32HandleInfoNVBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <ExportMemoryWin32HandleInfoNVBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <ExportMemoryWin32HandleInfoNVBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsMemoryAllocateInfo for ExportMemoryWin32HandleInfoNVBuilder<'_>
Auto Trait Implementations
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> UnwindSafe for ExportMemoryWin32HandleInfoNVBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more