Struct ash::vk::SubpassDescriptionDepthStencilResolve
source · #[repr(C)]pub struct SubpassDescriptionDepthStencilResolve {
pub s_type: StructureType,
pub p_next: *const c_void,
pub depth_resolve_mode: ResolveModeFlags,
pub stencil_resolve_mode: ResolveModeFlags,
pub p_depth_stencil_resolve_attachment: *const AttachmentReference2,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§depth_resolve_mode: ResolveModeFlags
§stencil_resolve_mode: ResolveModeFlags
§p_depth_stencil_resolve_attachment: *const AttachmentReference2
Implementations§
source§impl SubpassDescriptionDepthStencilResolve
impl SubpassDescriptionDepthStencilResolve
pub fn builder<'a>() -> SubpassDescriptionDepthStencilResolveBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassDescriptionDepthStencilResolve
impl Clone for SubpassDescriptionDepthStencilResolve
source§fn clone(&self) -> SubpassDescriptionDepthStencilResolve
fn clone(&self) -> SubpassDescriptionDepthStencilResolve
Returns a copy 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 TaggedStructure for SubpassDescriptionDepthStencilResolve
impl TaggedStructure for SubpassDescriptionDepthStencilResolve
const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE
impl Copy for SubpassDescriptionDepthStencilResolve
impl ExtendsSubpassDescription2 for SubpassDescriptionDepthStencilResolve
Auto Trait Implementations§
impl Freeze for SubpassDescriptionDepthStencilResolve
impl RefUnwindSafe for SubpassDescriptionDepthStencilResolve
impl !Send for SubpassDescriptionDepthStencilResolve
impl !Sync for SubpassDescriptionDepthStencilResolve
impl Unpin for SubpassDescriptionDepthStencilResolve
impl UnwindSafe for SubpassDescriptionDepthStencilResolve
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