#[repr(C)]pub struct RawGcObject {
pub tt: u8,
pub marked: u8,
pub memcat: u8,
}Fields§
§tt: u8§marked: u8§memcat: u8Auto Trait Implementations§
impl Freeze for RawGcObject
impl RefUnwindSafe for RawGcObject
impl Send for RawGcObject
impl Sync for RawGcObject
impl Unpin for RawGcObject
impl UnsafeUnpin for RawGcObject
impl UnwindSafe for RawGcObject
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