pub struct SqrtDecomposition { /* private fields */ }Expand description
平方分割
Implementations§
Auto Trait Implementations§
impl Freeze for SqrtDecomposition
impl RefUnwindSafe for SqrtDecomposition
impl Send for SqrtDecomposition
impl Sync for SqrtDecomposition
impl Unpin for SqrtDecomposition
impl UnwindSafe for SqrtDecomposition
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