ash::vk

Type Alias DeviceGroupBindSparseInfoKHR

Source
pub type DeviceGroupBindSparseInfoKHR<'a> = DeviceGroupBindSparseInfo<'a>;

Aliased Type§

struct DeviceGroupBindSparseInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub resource_device_index: u32,
    pub memory_device_index: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§resource_device_index: u32§memory_device_index: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> DeviceGroupBindSparseInfo<'a>

Source

pub fn resource_device_index(self, resource_device_index: u32) -> Self

Source

pub fn memory_device_index(self, memory_device_index: u32) -> Self

Trait Implementations

Source§

impl<'a> Clone for DeviceGroupBindSparseInfo<'a>

Source§

fn clone(&self) -> DeviceGroupBindSparseInfo<'a>

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Debug for DeviceGroupBindSparseInfo<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for DeviceGroupBindSparseInfo<'_>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TaggedStructure for DeviceGroupBindSparseInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_BIND_SPARSE_INFO

Source§

impl<'a> Copy for DeviceGroupBindSparseInfo<'a>

Source§

impl ExtendsBindSparseInfo for DeviceGroupBindSparseInfo<'_>

Source§

impl Send for DeviceGroupBindSparseInfo<'_>

Source§

impl Sync for DeviceGroupBindSparseInfo<'_>