pub struct hkpWorldObject<'a> {
pub __ptr: Option<Pointer>,
pub parent: hkReferencedObject,
pub m_world: Pointer,
pub m_userData: Ulong,
pub m_collidable: hkpLinkedCollidable,
pub m_multiThreadCheck: hkMultiThreadCheck,
pub m_name: StringPtr<'a>,
pub m_properties: Vec<hkpProperty>,
pub m_treeData: Pointer,
}Expand description
§C++ Info
- name:
hkpWorldObject - version:
0 - signature:
0x49fb6f2e - size:
140(x86)/208(x86_64) - vtable:
true
Fields§
§__ptr: Option<Pointer>§Unique index for this class
- Represents a pointer on XML (
<hkobject name="#0001"></hkobject>) Option::None=> This class isclass in field.(<hkobject></hkobject>)
§Note
Not present in the binary & Not exist actual C++ field.
parent: hkReferencedObjectAlternative to C++ class inheritance.
m_world: Pointer§C++ Info
- name:
world(ctype:void*) - offset:
8(x86)/16(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
m_userData: Ulong§C++ Info
- name:
userData(ctype:hkUlong) - offset:
12(x86)/24(x86_64) - type_size:
4(x86)/8(x86_64)
m_collidable: hkpLinkedCollidable§C++ Info
- name:
collidable(ctype:struct hkpLinkedCollidable) - offset:
16(x86)/32(x86_64) - type_size:
92(x86)/128(x86_64)
m_multiThreadCheck: hkMultiThreadCheck§C++ Info
- name:
multiThreadCheck(ctype:struct hkMultiThreadCheck) - offset:
108(x86)/160(x86_64) - type_size:
12(x86)/12(x86_64)
m_name: StringPtr<'a>§C++ Info
- name:
name(ctype:hkStringPtr) - offset:
120(x86)/176(x86_64) - type_size:
4(x86)/8(x86_64)
m_properties: Vec<hkpProperty>§C++ Info
- name:
properties(ctype:hkArray<struct hkpProperty>) - offset:
124(x86)/184(x86_64) - type_size:
12(x86)/16(x86_64)
m_treeData: Pointer§C++ Info
- name:
treeData(ctype:void*) - offset:
136(x86)/200(x86_64) - type_size:
4(x86)/8(x86_64) - flags:
SERIALIZE_IGNORED
Trait Implementations§
Source§impl<'a> Clone for hkpWorldObject<'a>where
Option<Pointer>: Clone,
hkReferencedObject: Clone,
Pointer: Clone,
Ulong: Clone,
hkpLinkedCollidable: Clone,
hkMultiThreadCheck: Clone,
StringPtr<'a>: Clone,
Vec<hkpProperty>: Clone,
impl<'a> Clone for hkpWorldObject<'a>where
Option<Pointer>: Clone,
hkReferencedObject: Clone,
Pointer: Clone,
Ulong: Clone,
hkpLinkedCollidable: Clone,
hkMultiThreadCheck: Clone,
StringPtr<'a>: Clone,
Vec<hkpProperty>: Clone,
Source§impl<'a> Debug for hkpWorldObject<'a>where
Option<Pointer>: Debug,
hkReferencedObject: Debug,
Pointer: Debug,
Ulong: Debug,
hkpLinkedCollidable: Debug,
hkMultiThreadCheck: Debug,
StringPtr<'a>: Debug,
Vec<hkpProperty>: Debug,
impl<'a> Debug for hkpWorldObject<'a>where
Option<Pointer>: Debug,
hkReferencedObject: Debug,
Pointer: Debug,
Ulong: Debug,
hkpLinkedCollidable: Debug,
hkMultiThreadCheck: Debug,
StringPtr<'a>: Debug,
Vec<hkpProperty>: Debug,
Source§impl<'a> Default for hkpWorldObject<'a>where
Option<Pointer>: Default,
hkReferencedObject: Default,
Pointer: Default,
Ulong: Default,
hkpLinkedCollidable: Default,
hkMultiThreadCheck: Default,
StringPtr<'a>: Default,
Vec<hkpProperty>: Default,
impl<'a> Default for hkpWorldObject<'a>where
Option<Pointer>: Default,
hkReferencedObject: Default,
Pointer: Default,
Ulong: Default,
hkpLinkedCollidable: Default,
hkMultiThreadCheck: Default,
StringPtr<'a>: Default,
Vec<hkpProperty>: Default,
Source§impl<'de> Deserialize<'de> for hkpWorldObject<'de>
impl<'de> Deserialize<'de> for hkpWorldObject<'de>
Source§fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> HavokClass for hkpWorldObject<'a>
impl<'a> HavokClass for hkpWorldObject<'a>
Source§impl<'a> PartialEq for hkpWorldObject<'a>where
Option<Pointer>: PartialEq,
hkReferencedObject: PartialEq,
Pointer: PartialEq,
Ulong: PartialEq,
hkpLinkedCollidable: PartialEq,
hkMultiThreadCheck: PartialEq,
StringPtr<'a>: PartialEq,
Vec<hkpProperty>: PartialEq,
impl<'a> PartialEq for hkpWorldObject<'a>where
Option<Pointer>: PartialEq,
hkReferencedObject: PartialEq,
Pointer: PartialEq,
Ulong: PartialEq,
hkpLinkedCollidable: PartialEq,
hkMultiThreadCheck: PartialEq,
StringPtr<'a>: PartialEq,
Vec<hkpProperty>: PartialEq,
Auto Trait Implementations§
impl<'a> Freeze for hkpWorldObject<'a>
impl<'a> RefUnwindSafe for hkpWorldObject<'a>
impl<'a> Send for hkpWorldObject<'a>
impl<'a> Sync for hkpWorldObject<'a>
impl<'a> Unpin for hkpWorldObject<'a>
impl<'a> UnwindSafe for hkpWorldObject<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more