[−][src]Struct staticmap::Color
A premultiplied color. i.e. r,b,g <= a
Fields
r: u8g: u8b: u8a: u8Implementations
impl SolidSource[src]
pub fn to_u32(&self) -> u32[src]
pub fn from_unpremultiplied_argb(a: u8, r: u8, g: u8, b: u8) -> SolidSource[src]
Trait Implementations
impl Clone for SolidSource[src]
fn clone(&self) -> SolidSource[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SolidSource[src]
impl Debug for SolidSource[src]
impl From<Color> for SolidSource[src]
fn from(color: Color) -> SolidSource[src]
impl PartialEq<SolidSource> for SolidSource[src]
fn eq(&self, other: &SolidSource) -> bool[src]
fn ne(&self, other: &SolidSource) -> bool[src]
impl StructuralPartialEq for SolidSource[src]
Auto Trait Implementations
impl RefUnwindSafe for SolidSource
impl Send for SolidSource
impl Sync for SolidSource
impl Unpin for SolidSource
impl UnwindSafe for SolidSource
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,