pub struct StyleMatrixReference {
pub index: u32,
pub color: Option<ColorChoice>,
/* private fields */
}Expand description
The index and colour carried by lnRef, fillRef, or effectRef.
Fields§
§index: u32§color: Option<ColorChoice>Implementations§
Source§impl StyleMatrixReference
impl StyleMatrixReference
pub fn new(index: u32, color: ColorChoice) -> Self
pub fn raw_children(&self) -> &OrderedRawChildren
Trait Implementations§
Source§impl Clone for StyleMatrixReference
impl Clone for StyleMatrixReference
Source§fn clone(&self) -> StyleMatrixReference
fn clone(&self) -> StyleMatrixReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StyleMatrixReference
impl Debug for StyleMatrixReference
impl Eq for StyleMatrixReference
Source§impl PartialEq for StyleMatrixReference
impl PartialEq for StyleMatrixReference
impl StructuralPartialEq for StyleMatrixReference
Auto Trait Implementations§
impl Freeze for StyleMatrixReference
impl RefUnwindSafe for StyleMatrixReference
impl Send for StyleMatrixReference
impl Sync for StyleMatrixReference
impl Unpin for StyleMatrixReference
impl UnsafeUnpin 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