#[repr(C)]pub struct SpawnFileMapping {
pub src_fd: usize,
pub dst_fd: usize,
}
Fields§
§src_fd: usize
§dst_fd: usize
Trait Implementations§
source§impl Clone for SpawnFileMapping
impl Clone for SpawnFileMapping
source§fn clone(&self) -> SpawnFileMapping
fn clone(&self) -> SpawnFileMapping
Returns a copy 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 SpawnFileMapping
impl Debug for SpawnFileMapping
impl Copy for SpawnFileMapping
Auto Trait Implementations§
impl RefUnwindSafe for SpawnFileMapping
impl Send for SpawnFileMapping
impl Sync for SpawnFileMapping
impl Unpin for SpawnFileMapping
impl UnwindSafe for SpawnFileMapping
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