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