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