pub struct PlatformParagraphStyle {
pub include_font_padding: Option<bool>,
pub shaping: Option<TextShaping>,
}Fields§
§include_font_padding: Option<bool>§shaping: Option<TextShaping>Trait Implementations§
Source§impl Clone for PlatformParagraphStyle
impl Clone for PlatformParagraphStyle
Source§fn clone(&self) -> PlatformParagraphStyle
fn clone(&self) -> PlatformParagraphStyle
Returns a duplicate 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 PlatformParagraphStyle
impl Debug for PlatformParagraphStyle
Source§impl Default for PlatformParagraphStyle
impl Default for PlatformParagraphStyle
Source§fn default() -> PlatformParagraphStyle
fn default() -> PlatformParagraphStyle
Returns the “default value” for a type. Read more
Source§impl Hash for PlatformParagraphStyle
impl Hash for PlatformParagraphStyle
Source§impl PartialEq for PlatformParagraphStyle
impl PartialEq for PlatformParagraphStyle
impl Copy for PlatformParagraphStyle
impl Eq for PlatformParagraphStyle
impl StructuralPartialEq for PlatformParagraphStyle
Auto Trait Implementations§
impl Freeze for PlatformParagraphStyle
impl RefUnwindSafe for PlatformParagraphStyle
impl Send for PlatformParagraphStyle
impl Sync for PlatformParagraphStyle
impl Unpin for PlatformParagraphStyle
impl UnsafeUnpin for PlatformParagraphStyle
impl UnwindSafe for PlatformParagraphStyle
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