pub struct HwpxBorderLine {
pub line_type: String,
pub width: String,
pub color: String,
}Expand description
A single border line configuration.
Fields§
§line_type: StringBorder line type (e.g. "NONE", "SOLID").
width: StringWidth string (e.g. "0.1 mm").
color: StringColor string (e.g. "#000000").
Trait Implementations§
Source§impl Clone for HwpxBorderLine
impl Clone for HwpxBorderLine
Source§fn clone(&self) -> HwpxBorderLine
fn clone(&self) -> HwpxBorderLine
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 HwpxBorderLine
impl Debug for HwpxBorderLine
Source§impl Default for HwpxBorderLine
impl Default for HwpxBorderLine
Source§impl PartialEq for HwpxBorderLine
impl PartialEq for HwpxBorderLine
impl StructuralPartialEq for HwpxBorderLine
Auto Trait Implementations§
impl Freeze for HwpxBorderLine
impl RefUnwindSafe for HwpxBorderLine
impl Send for HwpxBorderLine
impl Sync for HwpxBorderLine
impl Unpin for HwpxBorderLine
impl UnwindSafe for HwpxBorderLine
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