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