pub struct QtResult {
pub widget_style: String,
pub color_scheme: String,
pub icons: String,
pub font: String,
pub wallpaper: String,
}Fields§
§widget_style: String§color_scheme: String§icons: String§font: String§wallpaper: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for QtResult
impl RefUnwindSafe for QtResult
impl Send for QtResult
impl Sync for QtResult
impl Unpin for QtResult
impl UnwindSafe for QtResult
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