pub struct TextBulletSize {
pub value: TextBulletSizeValue,
/* private fields */
}Expand description
Percentage or centipoint size for a DrawingML bullet.
Fields§
§value: TextBulletSizeValueImplementations§
Trait Implementations§
Source§impl Clone for TextBulletSize
impl Clone for TextBulletSize
Source§fn clone(&self) -> TextBulletSize
fn clone(&self) -> TextBulletSize
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 TextBulletSize
impl Debug for TextBulletSize
impl Eq for TextBulletSize
Source§impl PartialEq for TextBulletSize
impl PartialEq for TextBulletSize
impl StructuralPartialEq for TextBulletSize
Auto Trait Implementations§
impl Freeze for TextBulletSize
impl RefUnwindSafe for TextBulletSize
impl Send for TextBulletSize
impl Sync for TextBulletSize
impl Unpin for TextBulletSize
impl UnsafeUnpin for TextBulletSize
impl UnwindSafe for TextBulletSize
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