pub enum ColorMapSlot {
Background1,
Text1,
Background2,
Text2,
Accent1,
Accent2,
Accent3,
Accent4,
Accent5,
Accent6,
Hyperlink,
FollowedHyperlink,
}Expand description
One of the twelve semantic slots selected by a DrawingML colour map.
Variants§
Background1
Text1
Background2
Text2
Accent1
Accent2
Accent3
Accent4
Accent5
Accent6
Hyperlink
FollowedHyperlink
Trait Implementations§
Source§impl Clone for ColorMapSlot
impl Clone for ColorMapSlot
Source§fn clone(&self) -> ColorMapSlot
fn clone(&self) -> ColorMapSlot
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 moreimpl Copy for ColorMapSlot
Source§impl Debug for ColorMapSlot
impl Debug for ColorMapSlot
impl Eq for ColorMapSlot
Source§impl Hash for ColorMapSlot
impl Hash for ColorMapSlot
Source§impl PartialEq for ColorMapSlot
impl PartialEq for ColorMapSlot
impl StructuralPartialEq for ColorMapSlot
Auto Trait Implementations§
impl Freeze for ColorMapSlot
impl RefUnwindSafe for ColorMapSlot
impl Send for ColorMapSlot
impl Sync for ColorMapSlot
impl Unpin for ColorMapSlot
impl UnsafeUnpin for ColorMapSlot
impl UnwindSafe for ColorMapSlot
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