pub struct TopAppBarDefaults;Expand description
Default values for top app bar.
Implementations§
Source§impl TopAppBarDefaults
impl TopAppBarDefaults
pub const HEIGHT: f32 = 64.0
pub fn container_color() -> Color
pub fn title_color() -> Color
Auto Trait Implementations§
impl Freeze for TopAppBarDefaults
impl RefUnwindSafe for TopAppBarDefaults
impl Send for TopAppBarDefaults
impl Sync for TopAppBarDefaults
impl Unpin for TopAppBarDefaults
impl UnsafeUnpin for TopAppBarDefaults
impl UnwindSafe for TopAppBarDefaults
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