pub struct LineDesc {
pub color: Color,
pub marker: Marker,
pub line_type: LineType,
}Fields§
§color: Color§marker: Marker§line_type: LineTypeTrait Implementations§
impl Copy for LineDesc
Auto Trait Implementations§
impl Freeze for LineDesc
impl RefUnwindSafe for LineDesc
impl Send for LineDesc
impl Sync for LineDesc
impl Unpin for LineDesc
impl UnwindSafe for LineDesc
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