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