Struct ash::vk::DedicatedAllocationImageCreateInfoNV
source · #[repr(C)]pub struct DedicatedAllocationImageCreateInfoNV {
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 DedicatedAllocationImageCreateInfoNV
impl DedicatedAllocationImageCreateInfoNV
pub fn builder<'a>() -> DedicatedAllocationImageCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for DedicatedAllocationImageCreateInfoNV
impl Clone for DedicatedAllocationImageCreateInfoNV
source§fn clone(&self) -> DedicatedAllocationImageCreateInfoNV
fn clone(&self) -> DedicatedAllocationImageCreateInfoNV
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 DedicatedAllocationImageCreateInfoNV
impl TaggedStructure for DedicatedAllocationImageCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV
impl 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 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