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