pub enum TextPointValue {
Centipoints(i32),
UniversalMeasure(String),
}Expand description
Character spacing in centipoints or a strict universal measure.
Variants§
Trait Implementations§
Source§impl Clone for TextPointValue
impl Clone for TextPointValue
Source§fn clone(&self) -> TextPointValue
fn clone(&self) -> TextPointValue
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 TextPointValue
impl Debug for TextPointValue
impl Eq for TextPointValue
Source§impl PartialEq for TextPointValue
impl PartialEq for TextPointValue
impl StructuralPartialEq for TextPointValue
Auto Trait Implementations§
impl Freeze for TextPointValue
impl RefUnwindSafe for TextPointValue
impl Send for TextPointValue
impl Sync for TextPointValue
impl Unpin for TextPointValue
impl UnsafeUnpin for TextPointValue
impl UnwindSafe for TextPointValue
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