ash::vk

Type Alias BindBufferMemoryDeviceGroupInfoKHR

Source
pub type BindBufferMemoryDeviceGroupInfoKHR<'a> = BindBufferMemoryDeviceGroupInfo<'a>;

Aliased Type§

struct BindBufferMemoryDeviceGroupInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub device_index_count: u32,
    pub p_device_indices: *const u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

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

Implementations

Source§

impl<'a> BindBufferMemoryDeviceGroupInfo<'a>

Source

pub fn device_indices(self, device_indices: &'a [u32]) -> Self

Trait Implementations

Source§

impl<'a> Clone for BindBufferMemoryDeviceGroupInfo<'a>

Source§

fn clone(&self) -> BindBufferMemoryDeviceGroupInfo<'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 BindBufferMemoryDeviceGroupInfo<'a>

Source§

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

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

impl Default for BindBufferMemoryDeviceGroupInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for BindBufferMemoryDeviceGroupInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO

Source§

impl<'a> Copy for BindBufferMemoryDeviceGroupInfo<'a>

Source§

impl ExtendsBindBufferMemoryInfo for BindBufferMemoryDeviceGroupInfo<'_>

Source§

impl Send for BindBufferMemoryDeviceGroupInfo<'_>

Source§

impl Sync for BindBufferMemoryDeviceGroupInfo<'_>