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