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§
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