Struct classicube_sys::LauncherTheme
source ·
[−]#[repr(C)]pub struct LauncherTheme {
pub ClassicBackground: cc_bool,
pub BackgroundColor: BitmapCol,
pub ButtonBorderColor: BitmapCol,
pub ButtonForeActiveColor: BitmapCol,
pub ButtonForeColor: BitmapCol,
pub ButtonHighlightColor: BitmapCol,
}Fields
ClassicBackground: cc_boolBackgroundColor: BitmapColButtonBorderColor: BitmapColButtonForeActiveColor: BitmapColButtonForeColor: BitmapColButtonHighlightColor: BitmapColTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LauncherTheme
impl Send for LauncherTheme
impl Sync for LauncherTheme
impl Unpin for LauncherTheme
impl UnwindSafe for LauncherTheme
Blanket Implementations
Mutably borrows from an owned value. Read more
