Struct ash::vk::BindBufferMemoryDeviceGroupInfo
source · #[repr(C)]pub struct BindBufferMemoryDeviceGroupInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_index_count: u32,
pub p_device_indices: *const u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_index_count: u32
§p_device_indices: *const u32
Implementations§
source§impl BindBufferMemoryDeviceGroupInfo
impl BindBufferMemoryDeviceGroupInfo
pub fn builder<'a>() -> BindBufferMemoryDeviceGroupInfoBuilder<'a>
Trait Implementations§
source§impl Clone for BindBufferMemoryDeviceGroupInfo
impl Clone for BindBufferMemoryDeviceGroupInfo
source§fn clone(&self) -> BindBufferMemoryDeviceGroupInfo
fn clone(&self) -> BindBufferMemoryDeviceGroupInfo
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 more