Struct ash::vk::DedicatedAllocationImageCreateInfoNV
source · #[repr(C)]pub struct DedicatedAllocationImageCreateInfoNV<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub dedicated_allocation: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§dedicated_allocation: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> DedicatedAllocationImageCreateInfoNV<'a>
pub fn dedicated_allocation(self, dedicated_allocation: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> Clone for DedicatedAllocationImageCreateInfoNV<'a>
source§fn clone(&self) -> DedicatedAllocationImageCreateInfoNV<'a>
fn clone(&self) -> DedicatedAllocationImageCreateInfoNV<'a>
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<'a> Debug for DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> Debug for DedicatedAllocationImageCreateInfoNV<'a>
source§impl Default for DedicatedAllocationImageCreateInfoNV<'_>
impl Default for DedicatedAllocationImageCreateInfoNV<'_>
source§impl<'a> TaggedStructure for DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> TaggedStructure for DedicatedAllocationImageCreateInfoNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV
impl<'a> Copy for DedicatedAllocationImageCreateInfoNV<'a>
impl ExtendsImageCreateInfo for DedicatedAllocationImageCreateInfoNV<'_>
impl Send for DedicatedAllocationImageCreateInfoNV<'_>
impl Sync for DedicatedAllocationImageCreateInfoNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> RefUnwindSafe for DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> Unpin for DedicatedAllocationImageCreateInfoNV<'a>
impl<'a> UnwindSafe for DedicatedAllocationImageCreateInfoNV<'a>
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