Struct tiny_skia::pipeline::UniformColorCtx
source · pub struct UniformColorCtx {
pub r: f32,
pub g: f32,
pub b: f32,
pub a: f32,
pub rgba: [u16; 4],
}
Fields§
§r: f32
§g: f32
§b: f32
§a: f32
§rgba: [u16; 4]
Trait Implementations§
source§impl Clone for UniformColorCtx
impl Clone for UniformColorCtx
source§fn clone(&self) -> UniformColorCtx
fn clone(&self) -> UniformColorCtx
Returns a copy 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 UniformColorCtx
impl Debug for UniformColorCtx
source§impl Default for UniformColorCtx
impl Default for UniformColorCtx
source§fn default() -> UniformColorCtx
fn default() -> UniformColorCtx
Returns the “default value” for a type. Read more
impl Copy for UniformColorCtx
Auto Trait Implementations§
impl Freeze for UniformColorCtx
impl RefUnwindSafe for UniformColorCtx
impl Send for UniformColorCtx
impl Sync for UniformColorCtx
impl Unpin for UniformColorCtx
impl UnwindSafe for UniformColorCtx
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)