#[repr(C)]pub struct VkCustomResolveCreateInfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub customResolve: VkBool32,
pub colorAttachmentCount: u32,
pub pColorAttachmentFormats: *const VkFormat,
pub depthAttachmentFormat: VkFormat,
pub stencilAttachmentFormat: VkFormat,
}Fields§
§sType: VkStructureType§pNext: *const c_void§customResolve: VkBool32§colorAttachmentCount: u32§pColorAttachmentFormats: *const VkFormat§depthAttachmentFormat: VkFormat§stencilAttachmentFormat: VkFormatTrait Implementations§
Source§impl Clone for VkCustomResolveCreateInfoEXT
impl Clone for VkCustomResolveCreateInfoEXT
Source§fn clone(&self) -> VkCustomResolveCreateInfoEXT
fn clone(&self) -> VkCustomResolveCreateInfoEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkCustomResolveCreateInfoEXT
Auto Trait Implementations§
impl Freeze for VkCustomResolveCreateInfoEXT
impl RefUnwindSafe for VkCustomResolveCreateInfoEXT
impl !Send for VkCustomResolveCreateInfoEXT
impl !Sync for VkCustomResolveCreateInfoEXT
impl Unpin for VkCustomResolveCreateInfoEXT
impl UnwindSafe for VkCustomResolveCreateInfoEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)