pub struct wxd_FontDialog { /* private fields */ }Trait Implementations§
Source§impl Clone for wxd_FontDialog
impl Clone for wxd_FontDialog
Source§fn clone(&self) -> wxd_FontDialog
fn clone(&self) -> wxd_FontDialog
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 wxd_FontDialog
impl Debug for wxd_FontDialog
impl Copy for wxd_FontDialog
Auto Trait Implementations§
impl Freeze for wxd_FontDialog
impl RefUnwindSafe for wxd_FontDialog
impl Send for wxd_FontDialog
impl Sync for wxd_FontDialog
impl Unpin for wxd_FontDialog
impl UnwindSafe for wxd_FontDialog
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