pub struct LineEnd {
pub kind: Option<LineEndType>,
pub width: Option<LineEndSize>,
pub length: Option<LineEndSize>,
/* private fields */
}Expand description
One head or tail endpoint and its optional dimensions.
Fields§
§kind: Option<LineEndType>§width: Option<LineEndSize>§length: Option<LineEndSize>Trait Implementations§
impl Eq for LineEnd
impl StructuralPartialEq for LineEnd
Auto Trait Implementations§
impl Freeze for LineEnd
impl RefUnwindSafe for LineEnd
impl Send for LineEnd
impl Sync for LineEnd
impl Unpin for LineEnd
impl UnsafeUnpin for LineEnd
impl UnwindSafe for LineEnd
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