pub enum STBlendMode {
Over,
Mult,
Screen,
Darken,
Lighten,
}Variants§
Trait Implementations§
Source§impl Clone for STBlendMode
impl Clone for STBlendMode
Source§fn clone(&self) -> STBlendMode
fn clone(&self) -> STBlendMode
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 moreSource§impl Debug for STBlendMode
impl Debug for STBlendMode
Source§impl<'de> Deserialize<'de> for STBlendMode
impl<'de> Deserialize<'de> for STBlendMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STBlendMode
impl Display for STBlendMode
Source§impl FromStr for STBlendMode
impl FromStr for STBlendMode
Source§impl PartialEq for STBlendMode
impl PartialEq for STBlendMode
Source§impl Serialize for STBlendMode
impl Serialize for STBlendMode
impl Copy for STBlendMode
impl Eq for STBlendMode
impl StructuralPartialEq for STBlendMode
Auto Trait Implementations§
impl Freeze for STBlendMode
impl RefUnwindSafe for STBlendMode
impl Send for STBlendMode
impl Sync for STBlendMode
impl Unpin for STBlendMode
impl UnsafeUnpin for STBlendMode
impl UnwindSafe for STBlendMode
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