pub struct ExpandedFullScreenSearchBarConfig {
pub modifier: Modifier,
pub colors: SearchBarColors,
pub collapsed_shape_radius: f32,
pub tonal_elevation: f32,
pub shadow_elevation: f32,
pub window_insets: WindowInsets,
pub scrim_color: Color,
}Expand description
Configuration for ExpandedFullScreenSearchBar.
Fields§
§modifier: Modifier§colors: SearchBarColors§collapsed_shape_radius: f32§tonal_elevation: f32§shadow_elevation: f32§window_insets: WindowInsets§scrim_color: ColorTrait Implementations§
Source§impl Clone for ExpandedFullScreenSearchBarConfig
impl Clone for ExpandedFullScreenSearchBarConfig
Source§fn clone(&self) -> ExpandedFullScreenSearchBarConfig
fn clone(&self) -> ExpandedFullScreenSearchBarConfig
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ExpandedFullScreenSearchBarConfig
impl !Send for ExpandedFullScreenSearchBarConfig
impl !Sync for ExpandedFullScreenSearchBarConfig
impl !UnwindSafe for ExpandedFullScreenSearchBarConfig
impl Freeze for ExpandedFullScreenSearchBarConfig
impl Unpin for ExpandedFullScreenSearchBarConfig
impl UnsafeUnpin for ExpandedFullScreenSearchBarConfig
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