#[repr(C)]pub struct DeviceGroupCommandBufferBeginInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
}Expand description
VkDeviceGroupCommandBufferBeginInfo
Provided by VK_BASE_VERSION_1_1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO.
p_next: *const c_voidOptional, may be null.
device_mask: u32Implementations§
Source§impl DeviceGroupCommandBufferBeginInfo
impl DeviceGroupCommandBufferBeginInfo
Sourcepub fn builder<'a>() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
pub fn builder<'a>() -> DeviceGroupCommandBufferBeginInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceGroupCommandBufferBeginInfo
impl Clone for DeviceGroupCommandBufferBeginInfo
Source§fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
fn clone(&self) -> DeviceGroupCommandBufferBeginInfo
Returns a duplicate 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 moreimpl Copy for DeviceGroupCommandBufferBeginInfo
impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo
Auto Trait Implementations§
impl Freeze for DeviceGroupCommandBufferBeginInfo
impl RefUnwindSafe for DeviceGroupCommandBufferBeginInfo
impl !Send for DeviceGroupCommandBufferBeginInfo
impl !Sync for DeviceGroupCommandBufferBeginInfo
impl Unpin for DeviceGroupCommandBufferBeginInfo
impl UnsafeUnpin for DeviceGroupCommandBufferBeginInfo
impl UnwindSafe for DeviceGroupCommandBufferBeginInfo
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