#[repr(C)]pub struct hkStringPtr {
pub _data: *const c_char,
}
Expand description
Represents a managed string pointer in the Havok engine.
Fields§
§_data: *const c_char
Pointer to the string data.
- Offset:
0x0
Implementations§
Trait Implementations§
Source§impl Debug for hkStringPtr
impl Debug for hkStringPtr
Auto Trait Implementations§
impl Freeze for hkStringPtr
impl RefUnwindSafe for hkStringPtr
impl !Send for hkStringPtr
impl !Sync for hkStringPtr
impl Unpin for hkStringPtr
impl UnwindSafe for hkStringPtr
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