pub struct AppLayoutConfig {
pub border_color: Color,
pub title: String,
pub title_bg: Color,
pub title_color: Color,
pub menu: String,
pub menu_bg: Color,
pub menu_color: Color,
pub status: String,
}Fields§
§border_color: Color§title: String§title_bg: Color§title_color: Color§status: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AppLayoutConfig
impl RefUnwindSafe for AppLayoutConfig
impl Send for AppLayoutConfig
impl Sync for AppLayoutConfig
impl Unpin for AppLayoutConfig
impl UnsafeUnpin for AppLayoutConfig
impl UnwindSafe for AppLayoutConfig
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