#[repr(C)]pub struct PhysicalDeviceBlendOperationAdvancedPropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub advancedBlendMaxColorAttachments: u32,
pub advancedBlendIndependentBlend: Bool32,
pub advancedBlendNonPremultipliedSrcColor: Bool32,
pub advancedBlendNonPremultipliedDstColor: Bool32,
pub advancedBlendCorrelatedOverlap: Bool32,
pub advancedBlendAllOperations: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§advancedBlendMaxColorAttachments: u32§advancedBlendIndependentBlend: Bool32§advancedBlendNonPremultipliedSrcColor: Bool32§advancedBlendNonPremultipliedDstColor: Bool32§advancedBlendAllOperations: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl Clone for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceBlendOperationAdvancedPropertiesEXT
fn clone(&self) -> PhysicalDeviceBlendOperationAdvancedPropertiesEXT
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 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