pub struct CT_TextLineBreak {
pub properties: Option<CT_TextCharacterProperties>,
/* private fields */
}Expand description
A DrawingML explicit line break and its optional run properties.
Fields§
§properties: Option<CT_TextCharacterProperties>Implementations§
Trait Implementations§
Source§impl Clone for CT_TextLineBreak
impl Clone for CT_TextLineBreak
Source§fn clone(&self) -> CT_TextLineBreak
fn clone(&self) -> CT_TextLineBreak
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 CT_TextLineBreak
impl Debug for CT_TextLineBreak
Source§impl Default for CT_TextLineBreak
impl Default for CT_TextLineBreak
Source§fn default() -> CT_TextLineBreak
fn default() -> CT_TextLineBreak
Returns the “default value” for a type. Read more
impl Eq for CT_TextLineBreak
Source§impl PartialEq for CT_TextLineBreak
impl PartialEq for CT_TextLineBreak
impl StructuralPartialEq for CT_TextLineBreak
Auto Trait Implementations§
impl Freeze for CT_TextLineBreak
impl RefUnwindSafe for CT_TextLineBreak
impl Send for CT_TextLineBreak
impl Sync for CT_TextLineBreak
impl Unpin for CT_TextLineBreak
impl UnsafeUnpin for CT_TextLineBreak
impl UnwindSafe for CT_TextLineBreak
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