pub struct AnnotationFillAreaOccurrence {
pub name: String,
pub styles: Vec<PresentationStyleAssignmentRef>,
pub item: StyledItemTargetRef,
pub fill_style_target: PointRef,
}Fields§
§name: String§styles: Vec<PresentationStyleAssignmentRef>§item: StyledItemTargetRef§fill_style_target: PointRefTrait Implementations§
Source§impl Clone for AnnotationFillAreaOccurrence
impl Clone for AnnotationFillAreaOccurrence
Source§fn clone(&self) -> AnnotationFillAreaOccurrence
fn clone(&self) -> AnnotationFillAreaOccurrence
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 AnnotationFillAreaOccurrence
impl Debug for AnnotationFillAreaOccurrence
Source§impl PartialEq for AnnotationFillAreaOccurrence
impl PartialEq for AnnotationFillAreaOccurrence
Source§fn eq(&self, other: &AnnotationFillAreaOccurrence) -> bool
fn eq(&self, other: &AnnotationFillAreaOccurrence) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnnotationFillAreaOccurrence
Auto Trait Implementations§
impl Freeze for AnnotationFillAreaOccurrence
impl RefUnwindSafe for AnnotationFillAreaOccurrence
impl Send for AnnotationFillAreaOccurrence
impl Sync for AnnotationFillAreaOccurrence
impl Unpin for AnnotationFillAreaOccurrence
impl UnsafeUnpin for AnnotationFillAreaOccurrence
impl UnwindSafe for AnnotationFillAreaOccurrence
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