Struct graphviz_rust::attributes::imagescale
source · pub struct imagescale(_);
Trait Implementations
sourceimpl Debug for imagescale
impl Debug for imagescale
sourceimpl Default for imagescale
impl Default for imagescale
sourceimpl IntoAttribute for imagescale
impl IntoAttribute for imagescale
sourceimpl PartialEq<imagescale> for imagescale
impl PartialEq<imagescale> for imagescale
sourcefn eq(&self, other: &imagescale) -> bool
fn eq(&self, other: &imagescale) -> bool
impl StructuralPartialEq for imagescale
Auto Trait Implementations
impl RefUnwindSafe for imagescale
impl Send for imagescale
impl Sync for imagescale
impl Unpin for imagescale
impl UnwindSafe for imagescale
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