pub struct UserFontCreatePath();
Trait Implementations§
Source§impl Clone for UserFontCreatePath
impl Clone for UserFontCreatePath
Source§fn clone(&self) -> UserFontCreatePath
fn clone(&self) -> UserFontCreatePath
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 UserFontCreatePath
impl Debug for UserFontCreatePath
Auto Trait Implementations§
impl Freeze for UserFontCreatePath
impl RefUnwindSafe for UserFontCreatePath
impl Send for UserFontCreatePath
impl Sync for UserFontCreatePath
impl Unpin for UserFontCreatePath
impl UnwindSafe for UserFontCreatePath
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