pub struct DashStop {
pub dash: i32,
pub space: i32,
/* private fields */
}Expand description
One custom painted and unpainted dash pair, in thousandths of a percent.
Fields§
§dash: i32§space: i32Implementations§
Trait Implementations§
impl Eq for DashStop
impl StructuralPartialEq for DashStop
Auto Trait Implementations§
impl Freeze for DashStop
impl RefUnwindSafe for DashStop
impl Send for DashStop
impl Sync for DashStop
impl Unpin for DashStop
impl UnsafeUnpin for DashStop
impl UnwindSafe for DashStop
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