pub struct ExportMemoryAllocateInfoNvBuilder<'b> { /* private fields */ }Expand description
A builder for VkExportMemoryAllocateInfoNV.
Implementations§
Source§impl<'b> ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> ExportMemoryAllocateInfoNvBuilder<'b>
pub fn new() -> ExportMemoryAllocateInfoNvBuilder<'b>
pub unsafe fn next<'m>( self, next: *const c_void, ) -> ExportMemoryAllocateInfoNvBuilder<'b>
pub fn handle_types<'m>( self, handle_types: ExternalMemoryHandleTypeFlagsNv, ) -> ExportMemoryAllocateInfoNvBuilder<'b>
pub fn get_next<'a>(&'a self) -> *const c_void
pub fn get_handle_types<'a>(&'a self) -> ExternalMemoryHandleTypeFlagsNv
pub fn build(self) -> ExportMemoryAllocateInfoNv<'b>
Trait Implementations§
Source§impl<'b> Clone for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> Clone for ExportMemoryAllocateInfoNvBuilder<'b>
Source§fn clone(&self) -> ExportMemoryAllocateInfoNvBuilder<'b>
fn clone(&self) -> ExportMemoryAllocateInfoNvBuilder<'b>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'b> Debug for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> Debug for ExportMemoryAllocateInfoNvBuilder<'b>
Source§impl<'b> Default for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> Default for ExportMemoryAllocateInfoNvBuilder<'b>
Source§fn default() -> ExportMemoryAllocateInfoNvBuilder<'b>
fn default() -> ExportMemoryAllocateInfoNvBuilder<'b>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'b> Freeze for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> RefUnwindSafe for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> !Send for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> !Sync for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> Unpin for ExportMemoryAllocateInfoNvBuilder<'b>
impl<'b> UnwindSafe for ExportMemoryAllocateInfoNvBuilder<'b>
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