pub struct TabStop {
pub pos_pt: f64,
pub align: TabAlign,
pub leader: Option<TabLeader>,
}Expand description
A tab stop positioned in typographic points.
Fields§
§pos_pt: f64§align: TabAlign§leader: Option<TabLeader>Trait Implementations§
impl Copy 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