pub struct ScaffoldConfig {
pub modifier: Modifier,
pub container_color: Color,
pub top_bar_height: f32,
pub bottom_bar_height: f32,
pub fab_margin: f32,
}Expand description
Configuration for Scaffold.
Fields§
§modifier: Modifier§container_color: Color§top_bar_height: f32§bottom_bar_height: f32§fab_margin: f32Trait Implementations§
Source§impl Clone for ScaffoldConfig
impl Clone for ScaffoldConfig
Source§fn clone(&self) -> ScaffoldConfig
fn clone(&self) -> ScaffoldConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScaffoldConfig
impl Debug for ScaffoldConfig
Auto Trait Implementations§
impl !RefUnwindSafe for ScaffoldConfig
impl !Send for ScaffoldConfig
impl !Sync for ScaffoldConfig
impl !UnwindSafe for ScaffoldConfig
impl Freeze for ScaffoldConfig
impl Unpin for ScaffoldConfig
impl UnsafeUnpin for ScaffoldConfig
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