#[repr(C, packed(4))]pub struct RigidBodyWorld_Shared {
pub pointcache: Pointer<PointCache>,
pub ptcaches: ListBase,
pub physics_world: Pointer<Void>,
}Fields§
§pointcache: Pointer<PointCache>§ptcaches: ListBase§physics_world: Pointer<Void>Trait Implementations§
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "RigidBodyWorld_Shared"
const STRUCT_INDEX: usize = 704usize
const STRUCT_TYPE_INDEX: usize = 843usize
const IS_SYNTHETIC: bool = false
Auto Trait Implementations§
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