pub struct SymbolTarget {
pub name: String,
pub placement: Axis2PlacementRef,
pub x_scale: f64,
pub y_scale: f64,
}Fields§
§name: String§placement: Axis2PlacementRef§x_scale: f64§y_scale: f64Trait Implementations§
Source§impl Clone for SymbolTarget
impl Clone for SymbolTarget
Source§fn clone(&self) -> SymbolTarget
fn clone(&self) -> SymbolTarget
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 SymbolTarget
impl Debug for SymbolTarget
Source§impl PartialEq for SymbolTarget
impl PartialEq for SymbolTarget
Source§fn eq(&self, other: &SymbolTarget) -> bool
fn eq(&self, other: &SymbolTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SymbolTarget
Auto Trait Implementations§
impl Freeze for SymbolTarget
impl RefUnwindSafe for SymbolTarget
impl Send for SymbolTarget
impl Sync for SymbolTarget
impl Unpin for SymbolTarget
impl UnsafeUnpin for SymbolTarget
impl UnwindSafe for SymbolTarget
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