#[repr(C)]pub struct SubpassDescriptionDepthStencilResolve {
pub s_type: StructureType,
pub next: *const c_void,
pub depth_resolve_mode: ResolveModeFlags,
pub stencil_resolve_mode: ResolveModeFlags,
pub depth_stencil_resolve_attachment: *const AttachmentReference2,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddepth_resolve_mode: ResolveModeFlagsstencil_resolve_mode: ResolveModeFlagsdepth_stencil_resolve_attachment: *const AttachmentReference2Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for SubpassDescriptionDepthStencilResolve
impl !Sync for SubpassDescriptionDepthStencilResolve
Blanket Implementations
Mutably borrows from an owned value. Read more