pub struct ResolvedLineEnd {
pub kind: ResolvedLineEndKind,
pub width: ResolvedLineEndSize,
pub length: ResolvedLineEndSize,
}Expand description
One source-neutral line endpoint ready for renderer geometry lowering.
Fields§
§kind: ResolvedLineEndKind§width: ResolvedLineEndSize§length: ResolvedLineEndSizeTrait Implementations§
Source§impl Clone for ResolvedLineEnd
impl Clone for ResolvedLineEnd
Source§fn clone(&self) -> ResolvedLineEnd
fn clone(&self) -> ResolvedLineEnd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResolvedLineEnd
Source§impl Debug for ResolvedLineEnd
impl Debug for ResolvedLineEnd
impl Eq for ResolvedLineEnd
Source§impl PartialEq for ResolvedLineEnd
impl PartialEq for ResolvedLineEnd
impl StructuralPartialEq for ResolvedLineEnd
Auto Trait Implementations§
impl Freeze for ResolvedLineEnd
impl RefUnwindSafe for ResolvedLineEnd
impl Send for ResolvedLineEnd
impl Sync for ResolvedLineEnd
impl Unpin for ResolvedLineEnd
impl UnsafeUnpin for ResolvedLineEnd
impl UnwindSafe for ResolvedLineEnd
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