Struct ash::vk::BindBufferMemoryDeviceGroupInfo [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for BindBufferMemoryDeviceGroupInfo
impl !Sync for BindBufferMemoryDeviceGroupInfo
impl Unpin for BindBufferMemoryDeviceGroupInfo
Blanket Implementations
Mutably borrows from an owned value. Read more