pub enum WireLayer {
BehindNodes,
AboveNodes,
}Expand description
Layer where wires are rendered.
Variants§
BehindNodes
Wires are rendered behind nodes. This is default.
AboveNodes
Wires are rendered above nodes.
Trait Implementations§
impl Copy for WireLayer
impl Eq for WireLayer
impl StructuralPartialEq for WireLayer
Auto Trait Implementations§
impl Freeze for WireLayer
impl RefUnwindSafe for WireLayer
impl Send for WireLayer
impl Sync for WireLayer
impl Unpin for WireLayer
impl UnwindSafe for WireLayer
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