Struct libnotcurses_sys::c_api::ncsubproc
source · [−]#[repr(C)]pub struct ncsubproc { /* private fields */ }Implementations
impl ncsubproc
This impl block contains no items.
impl ncsubproc
This impl block contains no items.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ncsubproc
impl Send for ncsubproc
impl Sync for ncsubproc
impl Unpin for ncsubproc
impl UnwindSafe for ncsubproc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more