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