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