#[repr(C)]pub struct ArvGcCategory { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArvGcCategory
impl RefUnwindSafe for ArvGcCategory
impl !Send for ArvGcCategory
impl !Sync for ArvGcCategory
impl !Unpin for ArvGcCategory
impl UnwindSafe for ArvGcCategory
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