Struct rich_sdl2_rust::ttf::font::pen::FontRenderOptions
source · pub struct FontRenderOptions { /* private fields */ }
Expand description
Options to render the text for FontRenderExt::text
.
Implementations§
Trait Implementations§
source§impl Clone for FontRenderOptions
impl Clone for FontRenderOptions
source§fn clone(&self) -> FontRenderOptions
fn clone(&self) -> FontRenderOptions
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 FontRenderOptions
impl Debug for FontRenderOptions
source§impl Default for FontRenderOptions
impl Default for FontRenderOptions
source§impl PartialEq for FontRenderOptions
impl PartialEq for FontRenderOptions
source§fn eq(&self, other: &FontRenderOptions) -> bool
fn eq(&self, other: &FontRenderOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FontRenderOptions
impl StructuralPartialEq for FontRenderOptions
Auto Trait Implementations§
impl RefUnwindSafe for FontRenderOptions
impl Send for FontRenderOptions
impl Sync for FontRenderOptions
impl Unpin for FontRenderOptions
impl UnwindSafe for FontRenderOptions
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