#[repr(C)]pub struct bhkRefObject {
pub __base: NiObject,
pub referenced_object: hkRefPtr<hkReferencedObject>,
}
Fields§
§__base: NiObject
Base class NiObject
.
referenced_object: hkRefPtr<hkReferencedObject>
Reference to the referenced object.
- Offset:
0x10
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for bhkRefObject
impl RefUnwindSafe for bhkRefObject
impl !Send for bhkRefObject
impl !Sync for bhkRefObject
impl Unpin for bhkRefObject
impl UnwindSafe for bhkRefObject
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