pub struct ChartLines {
pub sp_pr: Option<CT_ShapeProperties>,
/* private fields */
}Expand description
Shape properties on a major or minor gridline container.
Fields§
§sp_pr: Option<CT_ShapeProperties>Trait Implementations§
Source§impl Clone for ChartLines
impl Clone for ChartLines
Source§fn clone(&self) -> ChartLines
fn clone(&self) -> ChartLines
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 ChartLines
impl Debug for ChartLines
Source§impl Default for ChartLines
impl Default for ChartLines
Source§fn default() -> ChartLines
fn default() -> ChartLines
Returns the “default value” for a type. Read more
Source§impl PartialEq for ChartLines
impl PartialEq for ChartLines
impl StructuralPartialEq for ChartLines
Auto Trait Implementations§
impl Freeze for ChartLines
impl RefUnwindSafe for ChartLines
impl Send for ChartLines
impl Sync for ChartLines
impl Unpin for ChartLines
impl UnsafeUnpin for ChartLines
impl UnwindSafe for ChartLines
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