pub struct NavigationDrawerItemConfig {
pub modifier: Modifier,
pub icon: Option<View>,
pub badge: Option<View>,
pub enabled: bool,
pub shape_radius: f32,
pub interaction_source: Option<MutableInteractionSource>,
}Expand description
A destination entry inside a NavigationDrawer.
Fields§
§modifier: Modifier§icon: Option<View>§badge: Option<View>§enabled: bool§shape_radius: f32§interaction_source: Option<MutableInteractionSource>Trait Implementations§
Source§fn clone(&self) -> NavigationDrawerItemConfig
fn clone(&self) -> NavigationDrawerItemConfig
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§
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