#[repr(C)]pub struct VkCommandBufferSubmitInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub commandBuffer: VkCommandBuffer,
pub deviceMask: u32,
}Expand description
struct VkCommandBufferSubmitInfo from VK_VERSION_1_3
Fields§
§sType: VkStructureType§pNext: *const c_void§commandBuffer: VkCommandBuffer§deviceMask: u32Trait Implementations§
Source§impl Clone for VkCommandBufferSubmitInfo
impl Clone for VkCommandBufferSubmitInfo
Source§fn clone(&self) -> VkCommandBufferSubmitInfo
fn clone(&self) -> VkCommandBufferSubmitInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkCommandBufferSubmitInfo
Auto Trait Implementations§
impl !Send for VkCommandBufferSubmitInfo
impl !Sync for VkCommandBufferSubmitInfo
impl Freeze for VkCommandBufferSubmitInfo
impl RefUnwindSafe for VkCommandBufferSubmitInfo
impl Unpin for VkCommandBufferSubmitInfo
impl UnsafeUnpin for VkCommandBufferSubmitInfo
impl UnwindSafe for VkCommandBufferSubmitInfo
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