pub struct PatternFill {
pub preset: String,
pub foreground: Color,
pub background: Color,
}Expand description
Pattern fill type
Fields§
§preset: String§foreground: Color§background: ColorImplementations§
Trait Implementations§
Source§impl Clone for PatternFill
impl Clone for PatternFill
Source§fn clone(&self) -> PatternFill
fn clone(&self) -> PatternFill
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 moreAuto Trait Implementations§
impl Freeze for PatternFill
impl RefUnwindSafe for PatternFill
impl Send for PatternFill
impl Sync for PatternFill
impl Unpin for PatternFill
impl UnwindSafe for PatternFill
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