pub struct MsoColorFormat;Expand description
Specifies the font color type
Implementations§
Auto Trait Implementations§
impl Freeze for MsoColorFormat
impl RefUnwindSafe for MsoColorFormat
impl Send for MsoColorFormat
impl Sync for MsoColorFormat
impl Unpin for MsoColorFormat
impl UnwindSafe for MsoColorFormat
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