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