#[repr(C)]pub struct hkRefVariant {
pub __base: hkRefPtr<hkReferencedObject>,
}
Fields§
§__base: hkRefPtr<hkReferencedObject>
Trait Implementations§
Source§impl Clone for hkRefVariant
impl Clone for hkRefVariant
Source§fn clone(&self) -> hkRefVariant
fn clone(&self) -> hkRefVariant
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 hkRefVariant
impl Debug for hkRefVariant
Source§impl Default for hkRefVariant
impl Default for hkRefVariant
Source§fn default() -> hkRefVariant
fn default() -> hkRefVariant
Returns the “default value” for a type. Read more
Source§impl hkRefPtrCounted for hkRefVariant
impl hkRefPtrCounted for hkRefVariant
fn AddReference(&self)
fn RemoveReference(&self)
Auto Trait Implementations§
impl Freeze for hkRefVariant
impl RefUnwindSafe for hkRefVariant
impl !Send for hkRefVariant
impl !Sync for hkRefVariant
impl Unpin for hkRefVariant
impl UnwindSafe for hkRefVariant
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