#[repr(C)]pub struct VkPhysicalDeviceDepthStencilResolveProperties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub supportedDepthResolveModes: VkResolveModeFlags,
pub supportedStencilResolveModes: VkResolveModeFlags,
pub independentResolveNone: VkBool32,
pub independentResolve: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§supportedDepthResolveModes: VkResolveModeFlags
§supportedStencilResolveModes: VkResolveModeFlags
§independentResolveNone: VkBool32
§independentResolve: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceDepthStencilResolveProperties
impl Clone for VkPhysicalDeviceDepthStencilResolveProperties
Source§fn clone(&self) -> VkPhysicalDeviceDepthStencilResolveProperties
fn clone(&self) -> VkPhysicalDeviceDepthStencilResolveProperties
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 moreimpl Copy for VkPhysicalDeviceDepthStencilResolveProperties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceDepthStencilResolveProperties
impl RefUnwindSafe for VkPhysicalDeviceDepthStencilResolveProperties
impl !Send for VkPhysicalDeviceDepthStencilResolveProperties
impl !Sync for VkPhysicalDeviceDepthStencilResolveProperties
impl Unpin for VkPhysicalDeviceDepthStencilResolveProperties
impl UnwindSafe for VkPhysicalDeviceDepthStencilResolveProperties
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