#[repr(C)]pub struct StyleColorMatrix {
pub matrix: [FloatValue; 20],
}
Fields§
§matrix: [FloatValue; 20]
Trait Implementations§
Source§impl Clone for StyleColorMatrix
impl Clone for StyleColorMatrix
Source§fn clone(&self) -> StyleColorMatrix
fn clone(&self) -> StyleColorMatrix
Returns a duplicate 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 StyleColorMatrix
impl Debug for StyleColorMatrix
Source§impl Hash for StyleColorMatrix
impl Hash for StyleColorMatrix
Source§impl Ord for StyleColorMatrix
impl Ord for StyleColorMatrix
Source§fn cmp(&self, other: &StyleColorMatrix) -> Ordering
fn cmp(&self, other: &StyleColorMatrix) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleColorMatrix
impl PartialEq for StyleColorMatrix
Source§impl PartialOrd for StyleColorMatrix
impl PartialOrd for StyleColorMatrix
impl Eq for StyleColorMatrix
impl StructuralPartialEq for StyleColorMatrix
Auto Trait Implementations§
impl Freeze for StyleColorMatrix
impl RefUnwindSafe for StyleColorMatrix
impl Send for StyleColorMatrix
impl Sync for StyleColorMatrix
impl Unpin for StyleColorMatrix
impl UnwindSafe for StyleColorMatrix
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