pub struct EnvironmentBlendMode(/* private fields */);Expand description
Implementations§
Source§impl EnvironmentBlendMode
impl EnvironmentBlendMode
pub const OPAQUE: EnvironmentBlendMode
pub const ADDITIVE: EnvironmentBlendMode
pub const ALPHA_BLEND: EnvironmentBlendMode
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for EnvironmentBlendMode
impl Clone for EnvironmentBlendMode
Source§fn clone(&self) -> EnvironmentBlendMode
fn clone(&self) -> EnvironmentBlendMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EnvironmentBlendMode
Source§impl Debug for EnvironmentBlendMode
impl Debug for EnvironmentBlendMode
impl Eq for EnvironmentBlendMode
Source§impl PartialEq for EnvironmentBlendMode
impl PartialEq for EnvironmentBlendMode
Source§fn eq(&self, other: &EnvironmentBlendMode) -> bool
fn eq(&self, other: &EnvironmentBlendMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnvironmentBlendMode
Auto Trait Implementations§
impl Freeze for EnvironmentBlendMode
impl RefUnwindSafe for EnvironmentBlendMode
impl Send for EnvironmentBlendMode
impl Sync for EnvironmentBlendMode
impl Unpin for EnvironmentBlendMode
impl UnsafeUnpin for EnvironmentBlendMode
impl UnwindSafe for EnvironmentBlendMode
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