#[repr(C)]pub struct RTCBVHTy { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCBVHTy
impl RefUnwindSafe for RTCBVHTy
impl Send for RTCBVHTy
impl Sync for RTCBVHTy
impl Unpin for RTCBVHTy
impl UnwindSafe for RTCBVHTy
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