pub struct SCC { /* private fields */ }
Expand description
強連結成分分解
Implementations§
Auto Trait Implementations§
impl Freeze for SCC
impl RefUnwindSafe for SCC
impl Send for SCC
impl Sync for SCC
impl Unpin for SCC
impl UnwindSafe for SCC
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