pub struct DrawingFontBuilder { /* private fields */ }Expand description
Builder of DrawingFont.
Implementations§
Source§impl DrawingFontBuilder
impl DrawingFontBuilder
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a builder for DrawingFont.
Sourcepub fn build(&self) -> DrawingFont
pub fn build(&self) -> DrawingFont
Build DrawingFont.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawingFontBuilder
impl RefUnwindSafe for DrawingFontBuilder
impl Send for DrawingFontBuilder
impl Sync for DrawingFontBuilder
impl Unpin for DrawingFontBuilder
impl UnwindSafe for DrawingFontBuilder
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