[−][src]Struct conrod_core::widget::graph::Edge
A context for an edge yielded during the edge instantiation stage.
Tyis type can
Implementations
impl<'a, NI> Edge<'a, NI> where
NI: NodeId,
[src]
NI: NodeId,
pub fn start(&self) -> NodeSocket<NI>
[src]
The start (or "input") for the edge.
This is described via the node's Id
and the position of its output socket.
pub fn end(&self) -> NodeSocket<NI>
[src]
The end (or "output") for the edge.
This is described via the node's Id
and the position of its input socket.
pub fn sockets(&self) -> (NodeSocket<NI>, NodeSocket<NI>)
[src]
The start and end sockets.
pub fn widget<W>(self, widget: W) -> EdgeWidget<'a, NI, W>
[src]
Specify the widget to use
Auto Trait Implementations
impl<'a, NI> RefUnwindSafe for Edge<'a, NI> where
NI: RefUnwindSafe,
NI: RefUnwindSafe,
impl<'a, NI> Send for Edge<'a, NI>
impl<'a, NI> Sync for Edge<'a, NI> where
NI: Sync,
NI: Sync,
impl<'a, NI> Unpin for Edge<'a, NI> where
NI: Unpin,
NI: Unpin,
impl<'a, NI> UnwindSafe for Edge<'a, NI> where
NI: UnwindSafe,
NI: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,