pub struct Line {
pub color: Option<Color>,
pub stroke_width: f32,
pub left: f32,
pub top: f32,
pub right: f32,
pub bottom: f32,
}Fields§
§color: Option<Color>§stroke_width: f32§left: f32§top: f32§right: f32§bottom: f32Implementations§
Trait Implementations§
source§impl PartialEq<Line> for Line
impl PartialEq<Line> for Line
impl StructuralPartialEq for Line
Auto Trait Implementations§
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
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