#[repr(C)]pub struct VkCommandBufferSubmitInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub commandBuffer: VkCommandBuffer,
pub deviceMask: u32,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§commandBuffer: VkCommandBuffer
§deviceMask: u32
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VkCommandBufferSubmitInfo
impl Debug for VkCommandBufferSubmitInfo
impl Copy for VkCommandBufferSubmitInfo
Auto Trait Implementations§
impl Freeze for VkCommandBufferSubmitInfo
impl RefUnwindSafe for VkCommandBufferSubmitInfo
impl !Send for VkCommandBufferSubmitInfo
impl !Sync for VkCommandBufferSubmitInfo
impl Unpin 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