pub struct TextSpacing {
pub value: Option<isize>,
}
Expand description
Positive or Negative Value in Twentieths of a Point
Fields§
§value: Option<isize>
Trait Implementations§
Source§impl Clone for TextSpacing
impl Clone for TextSpacing
Source§fn clone(&self) -> TextSpacing
fn clone(&self) -> TextSpacing
Returns a copy of the value. Read more
1.0.0 · 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 TextSpacing
impl Debug for TextSpacing
Source§impl Default for TextSpacing
impl Default for TextSpacing
Source§fn default() -> TextSpacing
fn default() -> TextSpacing
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for TextSpacing
impl<'__input> XmlRead<'__input> for TextSpacing
Auto Trait Implementations§
impl Freeze for TextSpacing
impl RefUnwindSafe for TextSpacing
impl Send for TextSpacing
impl Sync for TextSpacing
impl Unpin for TextSpacing
impl UnwindSafe for TextSpacing
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