pub struct SystemFontRescanResult { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemFontRescanResult
impl !RefUnwindSafe for SystemFontRescanResult
impl Send for SystemFontRescanResult
impl Sync for SystemFontRescanResult
impl Unpin for SystemFontRescanResult
impl UnsafeUnpin for SystemFontRescanResult
impl !UnwindSafe for SystemFontRescanResult
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