pub struct DedicatedAllocationBufferCreateInfoNv<'s> { /* private fields */ }Expand description
A VkDedicatedAllocationBufferCreateInfoNV.
Implementations§
Source§impl<'s> DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> DedicatedAllocationBufferCreateInfoNv<'s>
pub fn builder<'b>() -> DedicatedAllocationBufferCreateInfoNvBuilder<'b>
pub unsafe fn from_raw( raw: VkDedicatedAllocationBufferCreateInfoNV, ) -> DedicatedAllocationBufferCreateInfoNv<'s>
pub fn next<'a>(&'a self) -> *const c_void
pub fn dedicated_allocation<'a>(&'a self) -> bool
pub unsafe fn set_next<'m>(&mut self, next: *const c_void)
pub fn set_dedicated_allocation<'m>(&mut self, dedicated_allocation: bool)
pub fn as_raw(&self) -> &VkDedicatedAllocationBufferCreateInfoNV
Trait Implementations§
Source§impl<'s> Clone for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> Clone for DedicatedAllocationBufferCreateInfoNv<'s>
Source§fn clone(&self) -> DedicatedAllocationBufferCreateInfoNv<'s>
fn clone(&self) -> DedicatedAllocationBufferCreateInfoNv<'s>
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<'s> Debug for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> Debug for DedicatedAllocationBufferCreateInfoNv<'s>
Source§impl<'s> Default for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> Default for DedicatedAllocationBufferCreateInfoNv<'s>
Source§fn default() -> DedicatedAllocationBufferCreateInfoNv<'s>
fn default() -> DedicatedAllocationBufferCreateInfoNv<'s>
Returns the “default value” for a type. Read more
Source§impl<'s> From<DedicatedAllocationBufferCreateInfoNv<'s>> for VkDedicatedAllocationBufferCreateInfoNV
impl<'s> From<DedicatedAllocationBufferCreateInfoNv<'s>> for VkDedicatedAllocationBufferCreateInfoNV
Source§fn from(
f: DedicatedAllocationBufferCreateInfoNv<'s>,
) -> VkDedicatedAllocationBufferCreateInfoNV
fn from( f: DedicatedAllocationBufferCreateInfoNv<'s>, ) -> VkDedicatedAllocationBufferCreateInfoNV
Converts to this type from the input type.
Auto Trait Implementations§
impl<'s> Freeze for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> RefUnwindSafe for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> !Send for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> !Sync for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> Unpin for DedicatedAllocationBufferCreateInfoNv<'s>
impl<'s> UnwindSafe for DedicatedAllocationBufferCreateInfoNv<'s>
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