#[repr(C)]pub struct CustomResolveCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub custom_resolve: Bool32,
pub color_attachment_count: u32,
pub color_attachment_formats: *const Format,
pub depth_attachment_format: Format,
pub stencil_attachment_format: Format,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§custom_resolve: Bool32§color_attachment_count: u32§color_attachment_formats: *const Format§depth_attachment_format: Format§stencil_attachment_format: FormatTrait Implementations§
Source§impl Clone for CustomResolveCreateInfoEXT
impl Clone for CustomResolveCreateInfoEXT
Source§fn clone(&self) -> CustomResolveCreateInfoEXT
fn clone(&self) -> CustomResolveCreateInfoEXT
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 CustomResolveCreateInfoEXT
impl Debug for CustomResolveCreateInfoEXT
Source§impl Default for CustomResolveCreateInfoEXT
impl Default for CustomResolveCreateInfoEXT
Source§impl Hash for CustomResolveCreateInfoEXT
impl Hash for CustomResolveCreateInfoEXT
impl Copy for CustomResolveCreateInfoEXT
impl Eq for CustomResolveCreateInfoEXT
impl Send for CustomResolveCreateInfoEXT
impl StructuralPartialEq for CustomResolveCreateInfoEXT
impl Sync for CustomResolveCreateInfoEXT
Auto Trait Implementations§
impl Freeze for CustomResolveCreateInfoEXT
impl RefUnwindSafe for CustomResolveCreateInfoEXT
impl Unpin for CustomResolveCreateInfoEXT
impl UnwindSafe for CustomResolveCreateInfoEXT
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