Trait BlendModeExt

Source
pub(crate) trait BlendModeExt {
    // Required method
    fn is_default(&self) -> bool;
}

Required Methods§

Source

fn is_default(&self) -> bool

Implementations on Foreign Types§

Source§

impl BlendModeExt for BlendMode

Implementors§