pub struct AnnotationBorder {
pub width: f32,
pub style: BorderStyle,
}Expand description
Annotation border specification.
Fields§
§width: f32Border width in points.
style: BorderStyleBorder style.
Trait Implementations§
Source§impl Clone for AnnotationBorder
impl Clone for AnnotationBorder
Source§fn clone(&self) -> AnnotationBorder
fn clone(&self) -> AnnotationBorder
Returns a duplicate of the value. Read more
1.0.0 · 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 AnnotationBorder
impl Debug for AnnotationBorder
Auto Trait Implementations§
impl Freeze for AnnotationBorder
impl RefUnwindSafe for AnnotationBorder
impl Send for AnnotationBorder
impl Sync for AnnotationBorder
impl Unpin for AnnotationBorder
impl UnsafeUnpin for AnnotationBorder
impl UnwindSafe for AnnotationBorder
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