Struct swift_runtime_sys::root::swift::HeapObject
source · #[repr(C)]pub struct HeapObject {
pub metadata: *const HeapMetadata,
pub refCounts: InlineRefCounts,
}
Expand description
The Swift heap-object header. This must match RefCountedStructTy in IRGen.
Fields§
§metadata: *const HeapMetadata
This is always a valid pointer to a metadata object.
refCounts: InlineRefCounts
Implementations§
source§impl HeapObject
impl HeapObject
Trait Implementations§
source§impl Clone for HeapObject
impl Clone for HeapObject
source§fn clone(&self) -> HeapObject
fn clone(&self) -> HeapObject
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 HeapObject
impl Debug for HeapObject
impl Copy for HeapObject
Auto Trait Implementations§
impl Freeze for HeapObject
impl RefUnwindSafe for HeapObject
impl !Send for HeapObject
impl !Sync for HeapObject
impl Unpin for HeapObject
impl UnwindSafe for HeapObject
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)