pub struct LodIndex { /* private fields */ }Expand description
Validated deterministic LOD hierarchy.
Implementations§
Trait Implementations§
impl StructuralPartialEq for LodIndex
Auto Trait Implementations§
impl Freeze for LodIndex
impl RefUnwindSafe for LodIndex
impl Send for LodIndex
impl Sync for LodIndex
impl Unpin for LodIndex
impl UnsafeUnpin for LodIndex
impl UnwindSafe for LodIndex
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