#[repr(C)]pub struct dRay {
pub _base: dGeom,
}Fields§
§_base: dGeomTrait Implementations§
Auto Trait Implementations§
impl !Send for dRay
impl !Sync for dRay
impl Freeze for dRay
impl RefUnwindSafe for dRay
impl Unpin for dRay
impl UnsafeUnpin for dRay
impl UnwindSafe for dRay
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