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