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