Struct graphviz_rust::attributes::imagescale
source · pub struct imagescale(_);
Trait Implementations§
source§impl Debug for imagescale
impl Debug for imagescale
source§impl Default for imagescale
impl Default for imagescale
source§impl IntoAttribute for imagescale
impl IntoAttribute for imagescale
source§impl PartialEq<imagescale> for imagescale
impl PartialEq<imagescale> for imagescale
source§fn eq(&self, other: &imagescale) -> bool
fn eq(&self, other: &imagescale) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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