pub struct LODSystem { /* private fields */ }Expand description
Level of detail system for performance optimization
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LODSystem
impl RefUnwindSafe for LODSystem
impl Send for LODSystem
impl Sync for LODSystem
impl Unpin for LODSystem
impl UnwindSafe for LODSystem
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