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