Struct graphviz_rust::attributes::dpi
source · [−]pub struct dpi(_);
Trait Implementations
impl StructuralPartialEq for dpi
Auto Trait Implementations
impl RefUnwindSafe for dpi
impl Send for dpi
impl Sync for dpi
impl Unpin for dpi
impl UnwindSafe for dpi
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