Struct ash::vk::definitions::DeviceGroupCommandBufferBeginInfo
source · #[repr(C)]pub struct DeviceGroupCommandBufferBeginInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_mask: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> DeviceGroupCommandBufferBeginInfo<'a>
pub fn device_mask(self, device_mask: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> Clone for DeviceGroupCommandBufferBeginInfo<'a>
source§fn clone(&self) -> DeviceGroupCommandBufferBeginInfo<'a>
fn clone(&self) -> DeviceGroupCommandBufferBeginInfo<'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 DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> Debug for DeviceGroupCommandBufferBeginInfo<'a>
source§impl Default for DeviceGroupCommandBufferBeginInfo<'_>
impl Default for DeviceGroupCommandBufferBeginInfo<'_>
source§impl<'a> TaggedStructure for DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> TaggedStructure for DeviceGroupCommandBufferBeginInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO
impl<'a> Copy for DeviceGroupCommandBufferBeginInfo<'a>
impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo<'_>
impl Send for DeviceGroupCommandBufferBeginInfo<'_>
impl Sync for DeviceGroupCommandBufferBeginInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> RefUnwindSafe for DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> Unpin for DeviceGroupCommandBufferBeginInfo<'a>
impl<'a> UnwindSafe for DeviceGroupCommandBufferBeginInfo<'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