pub enum StyleVar {
Show 27 variants
NodePadding,
NodeRounding,
NodeBorderWidth,
HoveredNodeBorderWidth,
SelectedNodeBorderWidth,
PinRounding,
PinBorderWidth,
LinkStrength,
SourceDirection,
TargetDirection,
ScrollDuration,
FlowMarkerDistance,
FlowSpeed,
FlowDuration,
PivotAlignment,
PivotSize,
PivotScale,
PinCorners,
PinRadius,
PinArrowSize,
PinArrowWidth,
GroupRounding,
GroupBorderWidth,
HighlightConnectedLinks,
SnapLinkToPinDir,
HoveredNodeBorderOffset,
SelectedNodeBorderOffset,
}Variants§
NodePadding
NodeRounding
NodeBorderWidth
HoveredNodeBorderWidth
SelectedNodeBorderWidth
PinRounding
PinBorderWidth
LinkStrength
SourceDirection
TargetDirection
ScrollDuration
FlowMarkerDistance
FlowSpeed
FlowDuration
PivotAlignment
PivotSize
PivotScale
PinCorners
PinRadius
PinArrowSize
PinArrowWidth
GroupRounding
GroupBorderWidth
HighlightConnectedLinks
SnapLinkToPinDir
HoveredNodeBorderOffset
SelectedNodeBorderOffset
Implementations§
Source§impl StyleVar
impl StyleVar
pub const fn value_type(self) -> StyleVarType
Trait Implementations§
impl Copy for StyleVar
impl Eq for StyleVar
impl StructuralPartialEq for StyleVar
Auto Trait Implementations§
impl Freeze for StyleVar
impl RefUnwindSafe for StyleVar
impl Send for StyleVar
impl Sync for StyleVar
impl Unpin for StyleVar
impl UnsafeUnpin for StyleVar
impl UnwindSafe for StyleVar
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