pub struct GraphType { /* private fields */ }Expand description
Mirrors the MPSGraph framework counterpart for this type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphType
impl RefUnwindSafe for GraphType
impl Unpin for GraphType
impl UnsafeUnpin for GraphType
impl UnwindSafe for GraphType
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