pub struct TabStop {
pub position_emu: i64,
pub alignment: Option<TabAlignment>,
}Expand description
One explicit tab stop (<a:tab pos="." algn=".">, CT_TextTabStop). Grounded against a real
fixture, which confirmed the tabLst/tab element shape and attribute names exactly as modeled
here.
Fields§
§position_emu: i64pos, in EMUs, measured from the paragraph’s left edge.
alignment: Option<TabAlignment>algn — how text aligns to this stop. None omits the attribute, matching
ST_TextTabAlignType’s own default ("l", left).
Implementations§
Trait Implementations§
impl Copy for TabStop
impl Eq for TabStop
impl StructuralPartialEq for TabStop
Auto Trait Implementations§
impl Freeze for TabStop
impl RefUnwindSafe for TabStop
impl Send for TabStop
impl Sync for TabStop
impl Unpin for TabStop
impl UnsafeUnpin for TabStop
impl UnwindSafe for TabStop
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.