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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &imagescale) -> bool
fn ne(&self, other: &imagescale) -> bool
This method tests for !=
.
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 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