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