pub struct EndEdgeOffset {
    pub nodes: (MintypmaxExpression,),
}Fields§
§nodes: (MintypmaxExpression,)Trait Implementations§
Source§impl Clone for EndEdgeOffset
 
impl Clone for EndEdgeOffset
Source§fn clone(&self) -> EndEdgeOffset
 
fn clone(&self) -> EndEdgeOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for EndEdgeOffset
 
impl Debug for EndEdgeOffset
Source§impl<'a> From<&'a EndEdgeOffset> for RefNode<'a>
 
impl<'a> From<&'a EndEdgeOffset> for RefNode<'a>
Source§fn from(x: &'a EndEdgeOffset) -> RefNode<'a>
 
fn from(x: &'a EndEdgeOffset) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a EndEdgeOffset> for RefNodes<'a>
 
impl<'a> From<&'a EndEdgeOffset> for RefNodes<'a>
Source§fn from(x: &'a EndEdgeOffset) -> RefNodes<'a>
 
fn from(x: &'a EndEdgeOffset) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<EndEdgeOffset> for AnyNode
 
impl From<EndEdgeOffset> for AnyNode
Source§fn from(x: EndEdgeOffset) -> AnyNode
 
fn from(x: EndEdgeOffset) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a EndEdgeOffset
 
impl<'a> IntoIterator for &'a EndEdgeOffset
Source§impl PartialEq for EndEdgeOffset
 
impl PartialEq for EndEdgeOffset
Source§impl<'a> TryFrom<&'a EndEdgeOffset> for Locate
 
impl<'a> TryFrom<&'a EndEdgeOffset> for Locate
Source§impl TryFrom<AnyNode> for EndEdgeOffset
 
impl TryFrom<AnyNode> for EndEdgeOffset
Source§impl TryFrom<EndEdgeOffset> for Locate
 
impl TryFrom<EndEdgeOffset> for Locate
impl StructuralPartialEq for EndEdgeOffset
Auto Trait Implementations§
impl Freeze for EndEdgeOffset
impl RefUnwindSafe for EndEdgeOffset
impl Send for EndEdgeOffset
impl Sync for EndEdgeOffset
impl Unpin for EndEdgeOffset
impl UnwindSafe for EndEdgeOffset
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