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