#[repr(C)]pub struct hkBaseObject {
pub vtable: *const hkBaseObjectVtbl,
}
Fields§
§vtable: *const hkBaseObjectVtbl
Implementations§
Trait Implementations§
Source§impl Clone for hkBaseObject
impl Clone for hkBaseObject
Source§fn clone(&self) -> hkBaseObject
fn clone(&self) -> hkBaseObject
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for hkBaseObject
impl Debug for hkBaseObject
Source§impl Default for hkBaseObject
impl Default for hkBaseObject
Source§impl Hash for hkBaseObject
impl Hash for hkBaseObject
Source§impl Ord for hkBaseObject
impl Ord for hkBaseObject
Source§fn cmp(&self, other: &hkBaseObject) -> Ordering
fn cmp(&self, other: &hkBaseObject) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for hkBaseObject
impl PartialEq for hkBaseObject
Source§impl PartialOrd for hkBaseObject
impl PartialOrd for hkBaseObject
impl Eq for hkBaseObject
impl StructuralPartialEq for hkBaseObject
Auto Trait Implementations§
impl Freeze for hkBaseObject
impl RefUnwindSafe for hkBaseObject
impl !Send for hkBaseObject
impl !Sync for hkBaseObject
impl Unpin for hkBaseObject
impl UnwindSafe for hkBaseObject
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