pub struct SeparatorStyle {
pub spacing: f32,
pub stroke: Stroke,
}Fields§
§spacing: f32How much space is allocated in the layout direction
stroke: StrokeHow to paint it
Auto Trait Implementations§
impl Freeze for SeparatorStyle
impl RefUnwindSafe for SeparatorStyle
impl Send for SeparatorStyle
impl Sync for SeparatorStyle
impl Unpin for SeparatorStyle
impl UnwindSafe for SeparatorStyle
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