[][src]Struct vulkanalia::vk::BlendOp

#[repr(transparent)]pub struct BlendOp(_);

Implementations

impl BlendOp[src]

pub const ADD: BlendOp[src]

pub const SUBTRACT: BlendOp[src]

pub const REVERSE_SUBTRACT: BlendOp[src]

pub const MIN: BlendOp[src]

pub const MAX: BlendOp[src]

pub const ZERO_EXT: BlendOp[src]

pub const SRC_EXT: BlendOp[src]

pub const DST_EXT: BlendOp[src]

pub const SRC_OVER_EXT: BlendOp[src]

pub const DST_OVER_EXT: BlendOp[src]

pub const SRC_IN_EXT: BlendOp[src]

pub const DST_IN_EXT: BlendOp[src]

pub const SRC_OUT_EXT: BlendOp[src]

pub const DST_OUT_EXT: BlendOp[src]

pub const SRC_ATOP_EXT: BlendOp[src]

pub const DST_ATOP_EXT: BlendOp[src]

pub const XOR_EXT: BlendOp[src]

pub const MULTIPLY_EXT: BlendOp[src]

pub const SCREEN_EXT: BlendOp[src]

pub const OVERLAY_EXT: BlendOp[src]

pub const DARKEN_EXT: BlendOp[src]

pub const LIGHTEN_EXT: BlendOp[src]

pub const COLORDODGE_EXT: BlendOp[src]

pub const COLORBURN_EXT: BlendOp[src]

pub const HARDLIGHT_EXT: BlendOp[src]

pub const SOFTLIGHT_EXT: BlendOp[src]

pub const DIFFERENCE_EXT: BlendOp[src]

pub const EXCLUSION_EXT: BlendOp[src]

pub const INVERT_EXT: BlendOp[src]

pub const INVERT_RGB_EXT: BlendOp[src]

pub const LINEARDODGE_EXT: BlendOp[src]

pub const LINEARBURN_EXT: BlendOp[src]

pub const VIVIDLIGHT_EXT: BlendOp[src]

pub const LINEARLIGHT_EXT: BlendOp[src]

pub const PINLIGHT_EXT: BlendOp[src]

pub const HARDMIX_EXT: BlendOp[src]

pub const HSL_HUE_EXT: BlendOp[src]

pub const HSL_SATURATION_EXT: BlendOp[src]

pub const HSL_COLOR_EXT: BlendOp[src]

pub const HSL_LUMINOSITY_EXT: BlendOp[src]

pub const PLUS_EXT: BlendOp[src]

pub const PLUS_CLAMPED_EXT: BlendOp[src]

pub const PLUS_CLAMPED_ALPHA_EXT: BlendOp[src]

pub const PLUS_DARKER_EXT: BlendOp[src]

pub const MINUS_EXT: BlendOp[src]

pub const MINUS_CLAMPED_EXT: BlendOp[src]

pub const CONTRAST_EXT: BlendOp[src]

pub const INVERT_OVG_EXT: BlendOp[src]

pub const RED_EXT: BlendOp[src]

pub const GREEN_EXT: BlendOp[src]

pub const BLUE_EXT: BlendOp[src]

pub const fn from_raw(value: i32) -> BlendOp[src]

Constructs an instance of this enum with the supplied underlying value.

pub const fn as_raw(self) -> i32[src]

Gets the underlying value for this enum instance.

Trait Implementations

impl Clone for BlendOp[src]

impl Copy for BlendOp[src]

impl Debug for BlendOp[src]

impl Default for BlendOp[src]

impl Eq for BlendOp[src]

impl Hash for BlendOp[src]

impl Ord for BlendOp[src]

impl PartialEq<BlendOp> for BlendOp[src]

impl PartialOrd<BlendOp> for BlendOp[src]

impl StructuralEq for BlendOp[src]

impl StructuralPartialEq for BlendOp[src]

Auto Trait Implementations

impl RefUnwindSafe for BlendOp

impl Send for BlendOp

impl Sync for BlendOp

impl Unpin for BlendOp

impl UnwindSafe for BlendOp

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.