Enum graphviz_rust::attributes::NodeAttributes
source · [−]pub enum NodeAttributes {}
Expand description
The attributes appearing on the node
Implementations
sourceimpl NodeAttributes
impl NodeAttributes
pub fn colorscheme(elem: String) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn distortion(elem: f32) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn gradientangle(elem: i32) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn imagescale(elem: bool) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn orientation(elem: f32) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn peripheries(elem: i32) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn samplepoints(elem: i32) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn color(elem: color_name) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn fillcolor(elem: color_name) -> Attribute
sourceimpl NodeAttributes
impl NodeAttributes
pub fn fontcolor(elem: color_name) -> Attribute
Auto Trait Implementations
impl RefUnwindSafe for NodeAttributes
impl Send for NodeAttributes
impl Sync for NodeAttributes
impl Unpin for NodeAttributes
impl UnwindSafe for NodeAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more