#[repr(C)]pub struct PhysicalDeviceBlendOperationAdvancedPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub advanced_blend_max_color_attachments: u32,
pub advanced_blend_independent_blend: Bool32,
pub advanced_blend_non_premultiplied_src_color: Bool32,
pub advanced_blend_non_premultiplied_dst_color: Bool32,
pub advanced_blend_correlated_overlap: Bool32,
pub advanced_blend_all_operations: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§advanced_blend_max_color_attachments: u32
§advanced_blend_independent_blend: Bool32
§advanced_blend_non_premultiplied_src_color: Bool32
§advanced_blend_non_premultiplied_dst_color: Bool32
§advanced_blend_all_operations: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl Clone for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceBlendOperationAdvancedPropertiesEXT
fn clone(&self) -> PhysicalDeviceBlendOperationAdvancedPropertiesEXT
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 PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl TaggedStructure for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_PROPERTIES_EXT
impl Copy for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl !Send for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl !Sync for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl Unpin for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl UnwindSafe for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
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