pub struct QwordTree { /* private fields */ }
Expand description
0 ~ 16777215 (2²⁴ - 1) の値の集合を管理する
Implementations§
Source§impl QwordTree
impl QwordTree
Sourcepub unsafe fn insert_unchecked(&mut self, x: u32)
pub unsafe fn insert_unchecked(&mut self, x: u32)
Sourcepub unsafe fn erase_unchecked(&mut self, x: u32)
pub unsafe fn erase_unchecked(&mut self, x: u32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QwordTree
impl RefUnwindSafe for QwordTree
impl Send for QwordTree
impl Sync for QwordTree
impl Unpin for QwordTree
impl UnwindSafe for QwordTree
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