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