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