pub enum SchemeClrType {
Show 17 variants
Bg1,
Tx1,
Bg2,
Tx2,
Accent1,
Accent2,
Accent3,
Accent4,
Accent5,
Accent6,
Hlink,
FolHlink,
PhClr,
Dk1,
Lt1,
Dk2,
Lt2,
}
Variants§
Bg1
Tx1
Bg2
Tx2
Accent1
Accent2
Accent3
Accent4
Accent5
Accent6
Hlink
FolHlink
PhClr
Dk1
Lt1
Dk2
Lt2
Trait Implementations§
Source§impl Clone for SchemeClrType
impl Clone for SchemeClrType
Source§fn clone(&self) -> SchemeClrType
fn clone(&self) -> SchemeClrType
Returns a copy 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 SchemeClrType
impl Debug for SchemeClrType
Source§impl Default for SchemeClrType
impl Default for SchemeClrType
Source§fn default() -> SchemeClrType
fn default() -> SchemeClrType
Returns the “default value” for a type. Read more
Source§impl Display for SchemeClrType
impl Display for SchemeClrType
Auto Trait Implementations§
impl Freeze for SchemeClrType
impl RefUnwindSafe for SchemeClrType
impl Send for SchemeClrType
impl Sync for SchemeClrType
impl Unpin for SchemeClrType
impl UnwindSafe for SchemeClrType
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