#[repr(C)]pub struct NativeChildProcess_FdList {
pub head: *mut NativeChildProcess_Fd,
}Available on crate features
api-12 and api-13 only.Expand description
The list of the info of the file descriptors passed to child process.
Available since API-level: 13
Fields§
§head: *mut NativeChildProcess_Fdthe head of the list.
For details, see NativeChildProcess_Fd.
Trait Implementations§
Source§impl Clone for NativeChildProcess_FdList
impl Clone for NativeChildProcess_FdList
Source§fn clone(&self) -> NativeChildProcess_FdList
fn clone(&self) -> NativeChildProcess_FdList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeChildProcess_FdList
impl Debug for NativeChildProcess_FdList
impl Copy for NativeChildProcess_FdList
Auto Trait Implementations§
impl Freeze for NativeChildProcess_FdList
impl RefUnwindSafe for NativeChildProcess_FdList
impl !Send for NativeChildProcess_FdList
impl !Sync for NativeChildProcess_FdList
impl Unpin for NativeChildProcess_FdList
impl UnsafeUnpin for NativeChildProcess_FdList
impl UnwindSafe for NativeChildProcess_FdList
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