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