pub struct TargetGraph<'ctx> { /* private fields */ }Expand description
Target graph. See sys::mt_kahypar_map.
Implementations§
Trait Implementations§
Source§impl<'ctx> Drop for TargetGraph<'ctx>
impl<'ctx> Drop for TargetGraph<'ctx>
impl<'ctx> Send for TargetGraph<'ctx>
impl<'ctx> Sync for TargetGraph<'ctx>
Auto Trait Implementations§
impl<'ctx> Freeze for TargetGraph<'ctx>
impl<'ctx> RefUnwindSafe for TargetGraph<'ctx>
impl<'ctx> Unpin for TargetGraph<'ctx>
impl<'ctx> UnsafeUnpin for TargetGraph<'ctx>
impl<'ctx> UnwindSafe for TargetGraph<'ctx>
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