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