Struct libhelium_sys::HeStyleManager
source · #[repr(C)]pub struct HeStyleManager {
pub parent_instance: GObject,
pub priv_: *mut HeStyleManagerPrivate,
pub accent_color: *mut HeRGBColor,
pub font_weight: c_double,
pub roundness: c_double,
pub is_dark: gboolean,
pub contrast: c_double,
pub scheme_variant: *mut HeSchemeVariant,
}
Fields§
§parent_instance: GObject
§priv_: *mut HeStyleManagerPrivate
§accent_color: *mut HeRGBColor
§font_weight: c_double
§roundness: c_double
§is_dark: gboolean
§contrast: c_double
§scheme_variant: *mut HeSchemeVariant
Trait Implementations§
source§impl Clone for HeStyleManager
impl Clone for HeStyleManager
source§fn clone(&self) -> HeStyleManager
fn clone(&self) -> HeStyleManager
Returns a copy 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 HeStyleManager
impl Debug for HeStyleManager
impl Copy for HeStyleManager
Auto Trait Implementations§
impl Freeze for HeStyleManager
impl RefUnwindSafe for HeStyleManager
impl !Send for HeStyleManager
impl !Sync for HeStyleManager
impl Unpin for HeStyleManager
impl UnwindSafe for HeStyleManager
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