pub enum TilesFill {
BackgroundColor,
ForegroundColor,
InverseImage,
UnalteredImage,
}Expand description
tiles fill: “background color” | “foreground color” | “inverse image” | “unaltered image”
Variants§
BackgroundColor
“background color”
ForegroundColor
“foreground color”
InverseImage
“inverse image”
UnalteredImage
“unaltered image”
Trait Implementations§
impl Copy for TilesFill
impl Eq for TilesFill
impl StructuralPartialEq for TilesFill
Auto Trait Implementations§
impl Freeze for TilesFill
impl RefUnwindSafe for TilesFill
impl Send for TilesFill
impl Sync for TilesFill
impl Unpin for TilesFill
impl UnsafeUnpin for TilesFill
impl UnwindSafe for TilesFill
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