Struct ash::vk::definitions::BindBufferMemoryDeviceGroupInfo
source · #[repr(C)]pub struct BindBufferMemoryDeviceGroupInfo<'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 ()>,
}
Expand description
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>
impl<'a> BindBufferMemoryDeviceGroupInfo<'a>
pub fn device_indices(self, device_indices: &'a [u32]) -> Self
Trait Implementations§
source§impl<'a> Clone for BindBufferMemoryDeviceGroupInfo<'a>
impl<'a> Clone for BindBufferMemoryDeviceGroupInfo<'a>
source§fn clone(&self) -> BindBufferMemoryDeviceGroupInfo<'a>
fn clone(&self) -> BindBufferMemoryDeviceGroupInfo<'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 BindBufferMemoryDeviceGroupInfo<'a>
impl<'a> Debug for BindBufferMemoryDeviceGroupInfo<'a>
source§impl Default for BindBufferMemoryDeviceGroupInfo<'_>
impl Default for BindBufferMemoryDeviceGroupInfo<'_>
source§impl<'a> TaggedStructure for BindBufferMemoryDeviceGroupInfo<'a>
impl<'a> TaggedStructure for BindBufferMemoryDeviceGroupInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO
impl<'a> Copy for BindBufferMemoryDeviceGroupInfo<'a>
impl ExtendsBindBufferMemoryInfo for BindBufferMemoryDeviceGroupInfo<'_>
impl Send for BindBufferMemoryDeviceGroupInfo<'_>
impl Sync for BindBufferMemoryDeviceGroupInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for BindBufferMemoryDeviceGroupInfo<'a>
impl<'a> RefUnwindSafe for BindBufferMemoryDeviceGroupInfo<'a>
impl<'a> Unpin for BindBufferMemoryDeviceGroupInfo<'a>
impl<'a> UnwindSafe for BindBufferMemoryDeviceGroupInfo<'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