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