#[repr(C)]pub struct DedicatedAllocationImageCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub dedicated_allocation: u32,
}Expand description
VkDedicatedAllocationImageCreateInfoNV
Provided by VK_NV_dedicated_allocation.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
dedicated_allocation: u32Implementations§
Source§impl DedicatedAllocationImageCreateInfoNV
impl DedicatedAllocationImageCreateInfoNV
Sourcepub fn builder<'a>() -> DedicatedAllocationImageCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> DedicatedAllocationImageCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DedicatedAllocationImageCreateInfoNV
impl Clone for DedicatedAllocationImageCreateInfoNV
Source§fn clone(&self) -> DedicatedAllocationImageCreateInfoNV
fn clone(&self) -> DedicatedAllocationImageCreateInfoNV
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 moreimpl Copy for DedicatedAllocationImageCreateInfoNV
impl ExtendsImageCreateInfo for DedicatedAllocationImageCreateInfoNV
Auto Trait Implementations§
impl Freeze for DedicatedAllocationImageCreateInfoNV
impl RefUnwindSafe for DedicatedAllocationImageCreateInfoNV
impl !Send for DedicatedAllocationImageCreateInfoNV
impl !Sync for DedicatedAllocationImageCreateInfoNV
impl Unpin for DedicatedAllocationImageCreateInfoNV
impl UnsafeUnpin for DedicatedAllocationImageCreateInfoNV
impl UnwindSafe for DedicatedAllocationImageCreateInfoNV
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