pub struct CountInformation {
pub color: Rgb,
pub name: String,
pub size: f64,
pub font_size: f64,
pub visible: bool,
pub points: Vec<PointF>,
}Expand description
TS ImageResources.countInformation[] element.
Fields§
§color: Rgb§name: String§size: f64§font_size: f64§visible: bool§points: Vec<PointF>Trait Implementations§
Source§impl Clone for CountInformation
impl Clone for CountInformation
Source§fn clone(&self) -> CountInformation
fn clone(&self) -> CountInformation
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 CountInformation
impl Debug for CountInformation
Source§impl Default for CountInformation
impl Default for CountInformation
Source§fn default() -> CountInformation
fn default() -> CountInformation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CountInformation
impl RefUnwindSafe for CountInformation
impl Send for CountInformation
impl Sync for CountInformation
impl Unpin for CountInformation
impl UnsafeUnpin for CountInformation
impl UnwindSafe for CountInformation
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