Struct ash::vk::DedicatedAllocationBufferCreateInfoNV
source · #[repr(C)]pub struct DedicatedAllocationBufferCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub dedicated_allocation: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§dedicated_allocation: Bool32
Implementations§
source§impl DedicatedAllocationBufferCreateInfoNV
impl DedicatedAllocationBufferCreateInfoNV
pub fn builder<'a>() -> DedicatedAllocationBufferCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for DedicatedAllocationBufferCreateInfoNV
impl Clone for DedicatedAllocationBufferCreateInfoNV
source§fn clone(&self) -> DedicatedAllocationBufferCreateInfoNV
fn clone(&self) -> DedicatedAllocationBufferCreateInfoNV
Returns a copy 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 more