Fields
red: f64green: f64blue: f64alpha: f64Implementations
Trait Implementations
sourceimpl<'a> FromValueOptional<'a> for RGBA
impl<'a> FromValueOptional<'a> for RGBA
unsafe fn from_value_optional(value: &'a Value) -> Option<Self>
sourceimpl SetValueOptional for RGBA
impl SetValueOptional for RGBA
unsafe fn set_value_optional(value: &mut Value, this: Option<&Self>)
sourceimpl StaticType for RGBA
impl StaticType for RGBA
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Copy for RGBA
impl Eq for RGBA
Auto Trait Implementations
impl RefUnwindSafe for RGBA
impl Send for RGBA
impl Sync for RGBA
impl Unpin for RGBA
impl UnwindSafe for RGBA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.