pub struct NodeStyle {
pub color: [f32; 4],
pub radius: f32,
pub opacity: f32,
pub shape: Shape,
pub label_visible: bool,
pub label_text: Option<String>,
}Fields§
§color: [f32; 4]§radius: f32§opacity: f32§shape: Shape§label_visible: bool§label_text: Option<String>Trait Implementations§
impl StructuralPartialEq for NodeStyle
Auto Trait Implementations§
impl Freeze for NodeStyle
impl RefUnwindSafe for NodeStyle
impl Send for NodeStyle
impl Sync for NodeStyle
impl Unpin for NodeStyle
impl UnsafeUnpin for NodeStyle
impl UnwindSafe for NodeStyle
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