pub struct SetFontSizes { /* private fields */ }Expand description
Set default font sizes. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for SetFontSizes
impl Clone for SetFontSizes
Source§fn clone(&self) -> SetFontSizes
fn clone(&self) -> SetFontSizes
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 Command for SetFontSizes
impl Command for SetFontSizes
Source§impl Debug for SetFontSizes
impl Debug for SetFontSizes
Auto Trait Implementations§
impl Freeze for SetFontSizes
impl RefUnwindSafe for SetFontSizes
impl Send for SetFontSizes
impl Sync for SetFontSizes
impl Unpin for SetFontSizes
impl UnwindSafe for SetFontSizes
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