#[repr(C)]pub struct GCContext {
_unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Auto Trait Implementations§
impl Freeze for GCContext
impl RefUnwindSafe for GCContext
impl Send for GCContext
impl Sync for GCContext
impl Unpin for GCContext
impl UnsafeUnpin for GCContext
impl UnwindSafe for GCContext
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