pub struct SegmentedSieve { /* private fields */ }
Expand description
区間篩
Implementations§
Trait Implementations§
Source§impl CheckPrime<usize> for SegmentedSieve
impl CheckPrime<usize> for SegmentedSieve
Auto Trait Implementations§
impl Freeze for SegmentedSieve
impl RefUnwindSafe for SegmentedSieve
impl Send for SegmentedSieve
impl Sync for SegmentedSieve
impl Unpin for SegmentedSieve
impl UnwindSafe for SegmentedSieve
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