pub enum NodeAttributes {}
Expand description
The attributes appearing on the node
Implementations§
Source§impl NodeAttributes
impl NodeAttributes
pub fn colorscheme(elem: String) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn distortion(elem: f32) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn gradientangle(elem: i32) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn imagescale(elem: bool) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn orientation(elem: f32) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn peripheries(elem: i32) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn samplepoints(elem: i32) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn color(elem: color_name) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn fillcolor(elem: color_name) -> Attribute
Source§impl NodeAttributes
impl NodeAttributes
pub fn fontcolor(elem: color_name) -> Attribute
Auto Trait Implementations§
impl Freeze for NodeAttributes
impl RefUnwindSafe for NodeAttributes
impl Send for NodeAttributes
impl Sync for NodeAttributes
impl Unpin for NodeAttributes
impl UnwindSafe for NodeAttributes
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