#[repr(C)]pub struct R2Pipe {
pub child: c_int,
pub input: [c_int; 2],
pub output: [c_int; 2],
pub coreb: RCoreBind,
}
Fields§
§child: c_int
§input: [c_int; 2]
§output: [c_int; 2]
§coreb: RCoreBind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R2Pipe
impl RefUnwindSafe for R2Pipe
impl !Send for R2Pipe
impl !Sync for R2Pipe
impl Unpin for R2Pipe
impl UnwindSafe for R2Pipe
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