pub struct ChartSpace { /* private fields */ }Implementations§
Source§impl ChartSpace
impl ChartSpace
pub fn get_date1904(&self) -> Option<&Date1904>
pub fn get_date1904_mut(&mut self) -> Option<&mut Date1904>
pub fn set_date1904(&mut self, value: Date1904) -> &mut Self
pub fn get_editing_language(&self) -> &EditingLanguage
pub fn get_editing_language_mut(&mut self) -> &mut EditingLanguage
pub fn set_editing_language(&mut self, value: EditingLanguage) -> &mut Self
pub fn get_rounded_corners(&self) -> &RoundedCorners
pub fn get_rounded_corners_mut(&mut self) -> &mut RoundedCorners
pub fn set_rounded_corners(&mut self, value: RoundedCorners) -> &mut Self
pub fn get_style(&self) -> Option<&Style>
pub fn get_style_mut(&mut self) -> Option<&mut Style>
pub fn set_style(&mut self, value: Style) -> &mut Self
pub fn get_chart(&self) -> &Chart
pub fn get_chart_mut(&mut self) -> &mut Chart
pub fn set_chart(&mut self, value: Chart) -> &mut Self
pub fn get_shape_properties(&self) -> Option<&ShapeProperties>
pub fn get_shape_properties_mut(&mut self) -> Option<&mut ShapeProperties>
pub fn set_shape_properties(&mut self, value: ShapeProperties) -> &mut Self
pub fn get_print_settings(&self) -> Option<&PrintSettings>
pub fn get_print_settings_mut(&mut self) -> Option<&mut PrintSettings>
pub fn set_print_settings(&mut self, value: PrintSettings) -> &mut Self
Trait Implementations§
Source§impl Clone for ChartSpace
impl Clone for ChartSpace
Source§fn clone(&self) -> ChartSpace
fn clone(&self) -> ChartSpace
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 ChartSpace
impl Debug for ChartSpace
Source§impl Default for ChartSpace
impl Default for ChartSpace
Source§fn default() -> ChartSpace
fn default() -> ChartSpace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChartSpace
impl RefUnwindSafe for ChartSpace
impl Send for ChartSpace
impl Sync for ChartSpace
impl Unpin for ChartSpace
impl UnwindSafe for ChartSpace
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