pub struct BlendSpace(pub u32);Expand description
A space in which color blending is performed.
Tuple Fields§
§0: u32Implementations§
Source§impl BlendSpace
impl BlendSpace
Trait Implementations§
Source§impl Clone for BlendSpace
impl Clone for BlendSpace
Source§fn clone(&self) -> BlendSpace
fn clone(&self) -> BlendSpace
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 moreSource§impl Debug for BlendSpace
impl Debug for BlendSpace
Source§impl<'de> Deserialize<'de> for BlendSpace
impl<'de> Deserialize<'de> for BlendSpace
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 Hash for BlendSpace
impl Hash for BlendSpace
Source§impl PartialEq for BlendSpace
impl PartialEq for BlendSpace
Source§fn eq(&self, other: &BlendSpace) -> bool
fn eq(&self, other: &BlendSpace) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BlendSpace
impl Serialize for BlendSpace
impl Copy for BlendSpace
impl Eq for BlendSpace
impl StructuralPartialEq for BlendSpace
Auto Trait Implementations§
impl Freeze for BlendSpace
impl RefUnwindSafe for BlendSpace
impl Send for BlendSpace
impl Sync for BlendSpace
impl Unpin for BlendSpace
impl UnsafeUnpin for BlendSpace
impl UnwindSafe for BlendSpace
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