pub struct GpuCuller { /* private fields */ }
Expand description
Provides GPU based object culling.
Implementations§
Auto Trait Implementations§
impl Freeze for GpuCuller
impl !RefUnwindSafe for GpuCuller
impl Send for GpuCuller
impl Sync for GpuCuller
impl Unpin for GpuCuller
impl !UnwindSafe for GpuCuller
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