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 moresource§impl TaggedStructure for DedicatedAllocationBufferCreateInfoNV
impl TaggedStructure for DedicatedAllocationBufferCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::DEDICATED_ALLOCATION_BUFFER_CREATE_INFO_NV
impl Copy for DedicatedAllocationBufferCreateInfoNV
impl ExtendsBufferCreateInfo for DedicatedAllocationBufferCreateInfoNV
Auto Trait Implementations§
impl Freeze for DedicatedAllocationBufferCreateInfoNV
impl RefUnwindSafe for DedicatedAllocationBufferCreateInfoNV
impl !Send for DedicatedAllocationBufferCreateInfoNV
impl !Sync for DedicatedAllocationBufferCreateInfoNV
impl Unpin for DedicatedAllocationBufferCreateInfoNV
impl UnwindSafe for DedicatedAllocationBufferCreateInfoNV
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