pub struct DividerConfig {
pub modifier: Modifier,
pub thickness: f32,
pub color: Color,
}Expand description
Configuration for divider components.
Fields§
§modifier: Modifier§thickness: f32§color: ColorTrait Implementations§
Source§impl Clone for DividerConfig
impl Clone for DividerConfig
Source§fn clone(&self) -> DividerConfig
fn clone(&self) -> DividerConfig
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 DividerConfig
impl Debug for DividerConfig
Auto Trait Implementations§
impl !RefUnwindSafe for DividerConfig
impl !Send for DividerConfig
impl !Sync for DividerConfig
impl !UnwindSafe for DividerConfig
impl Freeze for DividerConfig
impl Unpin for DividerConfig
impl UnsafeUnpin for DividerConfig
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