pub struct CT_ChartSpace {
pub chart: CT_Chart,
pub sp_pr: Option<CT_ShapeProperties>,
pub tx_pr: Option<CT_TextBody>,
/* private fields */
}Expand description
One complete c:chartSpace part with the F-118 core typed.
Fields§
§chart: CT_Chart§sp_pr: Option<CT_ShapeProperties>§tx_pr: Option<CT_TextBody>Implementations§
Source§impl CT_ChartSpace
impl CT_ChartSpace
Trait Implementations§
Source§impl Clone for CT_ChartSpace
impl Clone for CT_ChartSpace
Source§fn clone(&self) -> CT_ChartSpace
fn clone(&self) -> CT_ChartSpace
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 CT_ChartSpace
impl Debug for CT_ChartSpace
Source§impl PartialEq for CT_ChartSpace
impl PartialEq for CT_ChartSpace
impl StructuralPartialEq for CT_ChartSpace
Auto Trait Implementations§
impl Freeze for CT_ChartSpace
impl RefUnwindSafe for CT_ChartSpace
impl Send for CT_ChartSpace
impl Sync for CT_ChartSpace
impl Unpin for CT_ChartSpace
impl UnsafeUnpin for CT_ChartSpace
impl UnwindSafe for CT_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