pub enum HwpxFill {
WinBrush {
face_color: String,
hatch_color: String,
alpha: String,
},
}Expand description
Fill brush configuration for a HwpxBorderFill.
Variants§
WinBrush
Solid or hatch fill via <hc:winBrush>.
Trait Implementations§
impl StructuralPartialEq for HwpxFill
Auto Trait Implementations§
impl Freeze for HwpxFill
impl RefUnwindSafe for HwpxFill
impl Send for HwpxFill
impl Sync for HwpxFill
impl Unpin for HwpxFill
impl UnwindSafe for HwpxFill
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