#[repr(i32)]pub enum PdfLineStyle {
None = 0,
Square = 1,
Circle = 2,
Diamond = 3,
OpenArrow = 4,
ClosedArrow = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfLineStyle
impl Clone for PdfLineStyle
Source§fn clone(&self) -> PdfLineStyle
fn clone(&self) -> PdfLineStyle
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 PdfLineStyle
impl Debug for PdfLineStyle
Source§impl PartialEq for PdfLineStyle
impl PartialEq for PdfLineStyle
Source§fn eq(&self, other: &PdfLineStyle) -> bool
fn eq(&self, other: &PdfLineStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfLineStyle
impl Eq for PdfLineStyle
impl StructuralPartialEq for PdfLineStyle
Auto Trait Implementations§
impl Freeze for PdfLineStyle
impl RefUnwindSafe for PdfLineStyle
impl Send for PdfLineStyle
impl Sync for PdfLineStyle
impl Unpin for PdfLineStyle
impl UnsafeUnpin for PdfLineStyle
impl UnwindSafe for PdfLineStyle
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