pub struct Unique64 { /* private fields */ }Expand description
Unique64 is a very specific crate created to keep track of unique IDs while only using 8 bytes of data.
This works, as a Java dev might put it, as a VecQueueSet.
If you’ve ever used OpenGL, this might seem familiar.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unique64
impl RefUnwindSafe for Unique64
impl Send for Unique64
impl Sync for Unique64
impl Unpin for Unique64
impl UnwindSafe for Unique64
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