pub struct TextBulletColor {
pub color: ColorChoice,
/* private fields */
}Expand description
An a:buClr wrapper containing one DrawingML colour choice.
Fields§
§color: ColorChoiceImplementations§
Source§impl TextBulletColor
impl TextBulletColor
pub fn new(color: ColorChoice) -> Self
pub fn raw_children(&self) -> &OrderedRawChildren
Trait Implementations§
Source§impl Clone for TextBulletColor
impl Clone for TextBulletColor
Source§fn clone(&self) -> TextBulletColor
fn clone(&self) -> TextBulletColor
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 moreSource§impl Debug for TextBulletColor
impl Debug for TextBulletColor
impl Eq for TextBulletColor
Source§impl PartialEq for TextBulletColor
impl PartialEq for TextBulletColor
impl StructuralPartialEq for TextBulletColor
Auto Trait Implementations§
impl Freeze for TextBulletColor
impl RefUnwindSafe for TextBulletColor
impl Send for TextBulletColor
impl Sync for TextBulletColor
impl Unpin for TextBulletColor
impl UnsafeUnpin for TextBulletColor
impl UnwindSafe for TextBulletColor
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