pub struct GcHeader { /* private fields */ }Expand description
Header prefix on every GC-managed object: intrusive next-link + type tag +
mark bits. Always at offset 0 of the containing struct (#[repr(C)]).
Auto Trait Implementations§
impl !Send for GcHeader
impl !Sync for GcHeader
impl Freeze for GcHeader
impl RefUnwindSafe for GcHeader
impl Unpin for GcHeader
impl UnsafeUnpin for GcHeader
impl UnwindSafe for GcHeader
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