pub struct StyleMatrixReference {
pub index: StyleMatrixColumnIndex,
pub color: Option<Color>,
}
Fields§
§index: StyleMatrixColumnIndex
Specifies the style matrix index of the style referred to.
color: Option<Color>
Specifies the color associated with this style matrix reference.
Implementations§
Trait Implementations§
Source§impl Clone for StyleMatrixReference
impl Clone for StyleMatrixReference
Source§fn clone(&self) -> StyleMatrixReference
fn clone(&self) -> StyleMatrixReference
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 moreAuto Trait Implementations§
impl Freeze for StyleMatrixReference
impl RefUnwindSafe for StyleMatrixReference
impl Send for StyleMatrixReference
impl Sync for StyleMatrixReference
impl Unpin for StyleMatrixReference
impl UnwindSafe for StyleMatrixReference
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