pub struct SystemFontRescanSeed { /* private fields */ }Implementations§
Source§impl SystemFontRescanSeed
impl SystemFontRescanSeed
pub fn run(self) -> SystemFontRescanResult
Trait Implementations§
Source§impl Clone for SystemFontRescanSeed
impl Clone for SystemFontRescanSeed
Source§fn clone(&self) -> SystemFontRescanSeed
fn clone(&self) -> SystemFontRescanSeed
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 moreAuto Trait Implementations§
impl Freeze for SystemFontRescanSeed
impl !RefUnwindSafe for SystemFontRescanSeed
impl Send for SystemFontRescanSeed
impl Sync for SystemFontRescanSeed
impl Unpin for SystemFontRescanSeed
impl UnsafeUnpin for SystemFontRescanSeed
impl !UnwindSafe for SystemFontRescanSeed
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