#[repr(C)]pub struct PhysicalDeviceDepthStencilResolveProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supported_depth_resolve_modes: ResolveModeFlags,
pub supported_stencil_resolve_modes: ResolveModeFlags,
pub independent_resolve_none: Bool32,
pub independent_resolve: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§supported_depth_resolve_modes: ResolveModeFlags
§supported_stencil_resolve_modes: ResolveModeFlags
§independent_resolve_none: Bool32
§independent_resolve: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceDepthStencilResolveProperties
impl Clone for PhysicalDeviceDepthStencilResolveProperties
source§fn clone(&self) -> PhysicalDeviceDepthStencilResolveProperties
fn clone(&self) -> PhysicalDeviceDepthStencilResolveProperties
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 PhysicalDeviceDepthStencilResolveProperties
impl TaggedStructure for PhysicalDeviceDepthStencilResolveProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES
impl Copy for PhysicalDeviceDepthStencilResolveProperties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDepthStencilResolveProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDepthStencilResolveProperties
impl RefUnwindSafe for PhysicalDeviceDepthStencilResolveProperties
impl !Send for PhysicalDeviceDepthStencilResolveProperties
impl !Sync for PhysicalDeviceDepthStencilResolveProperties
impl Unpin for PhysicalDeviceDepthStencilResolveProperties
impl UnwindSafe for PhysicalDeviceDepthStencilResolveProperties
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