#[repr(C)]pub struct GcPointerBase { /* private fields */ }
Expand description
GC object header.
Implementations§
Auto Trait Implementations§
impl Freeze for GcPointerBase
impl RefUnwindSafe for GcPointerBase
impl Send for GcPointerBase
impl Sync for GcPointerBase
impl Unpin for GcPointerBase
impl UnwindSafe for GcPointerBase
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