pub struct ListInsertionConfig {
pub axis_offset: f32,
pub width: f32,
}Expand description
Configuration for make_insertion_indicator.
Fields§
§axis_offset: f32y for vertical lists, in container-local coordinates.
width: f32Width (horizontal extent) of the indicator stroke.
Auto Trait Implementations§
impl Freeze for ListInsertionConfig
impl RefUnwindSafe for ListInsertionConfig
impl Send for ListInsertionConfig
impl Sync for ListInsertionConfig
impl Unpin for ListInsertionConfig
impl UnsafeUnpin for ListInsertionConfig
impl UnwindSafe for ListInsertionConfig
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