pub struct ShapeStyle { /* private fields */ }Implementations§
Source§impl ShapeStyle
impl ShapeStyle
pub fn get_line_reference(&self) -> Option<&StyleMatrixReferenceType>
pub fn set_line_reference(&mut self, value: StyleMatrixReferenceType)
pub fn get_fill_reference(&self) -> Option<&StyleMatrixReferenceType>
pub fn set_fill_reference(&mut self, value: StyleMatrixReferenceType)
pub fn get_effect_reference(&self) -> Option<&StyleMatrixReferenceType>
pub fn set_effect_reference(&mut self, value: StyleMatrixReferenceType)
pub fn get_font_reference(&self) -> Option<&StyleMatrixReferenceType>
pub fn set_font_reference(&mut self, value: StyleMatrixReferenceType)
Trait Implementations§
Source§impl Clone for ShapeStyle
impl Clone for ShapeStyle
Source§fn clone(&self) -> ShapeStyle
fn clone(&self) -> ShapeStyle
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 ShapeStyle
impl Debug for ShapeStyle
Source§impl Default for ShapeStyle
impl Default for ShapeStyle
Source§fn default() -> ShapeStyle
fn default() -> ShapeStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ShapeStyle
impl RefUnwindSafe for ShapeStyle
impl Send for ShapeStyle
impl Sync for ShapeStyle
impl Unpin for ShapeStyle
impl UnwindSafe for ShapeStyle
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