Enum graphviz_rust::attributes::GraphAttributes
source · [−]pub enum GraphAttributes {}
Expand description
The attributes appearing on the root graph
Implementations
sourceimpl GraphAttributes
impl GraphAttributes
pub fn _background(elem: String) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn colorscheme(elem: String) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn concentrate(elem: bool) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn defaultdist(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn clusterrank(elem: clusterrank) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn diredgeconstraints(elem: bool) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn forcelabels(elem: bool) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn gradientangle(elem: i32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn inputscale(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn label_scheme(elem: i32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn layerlistsep(elem: String) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn layerselect(elem: String) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn notranslate(elem: bool) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn orientation(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn outputorder(elem: outputorder) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn overlap_shrink(elem: bool) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn overlap_scaling(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn remincross(elem: bool) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn repulsiveforce(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn resolution(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn searchsize(elem: i32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn stylesheet(elem: String) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn voro_margin(elem: f32) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn xdotversion(elem: String) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn bgcolor(elem: color_name) -> Attribute
sourceimpl GraphAttributes
impl GraphAttributes
pub fn fontcolor(elem: color_name) -> Attribute
Auto Trait Implementations
impl RefUnwindSafe for GraphAttributes
impl Send for GraphAttributes
impl Sync for GraphAttributes
impl Unpin for GraphAttributes
impl UnwindSafe for GraphAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more