#[repr(C)]pub struct SpawnFlags(/* private fields */);Expand description
Flags for the crate::syscalls::SyscallTable::SysPSpawn syscall
Implementations§
Source§impl SpawnFlags
impl SpawnFlags
pub const CLONE_RESOURCES: SpawnFlags
pub const CLONE_CWD: SpawnFlags
pub const EMPTY: SpawnFlags
Trait Implementations§
Source§impl BitOr for SpawnFlags
impl BitOr for SpawnFlags
Source§type Output = SpawnFlags
type Output = SpawnFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: SpawnFlags) -> <SpawnFlags as BitOr>::Output
fn bitor(self, rhs: SpawnFlags) -> <SpawnFlags as BitOr>::Output
Performs the
| operation. Read moreSource§impl Clone for SpawnFlags
impl Clone for SpawnFlags
Source§fn clone(&self) -> SpawnFlags
fn clone(&self) -> SpawnFlags
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 SpawnFlags
impl Debug for SpawnFlags
impl Copy for SpawnFlags
Auto Trait Implementations§
impl Freeze for SpawnFlags
impl RefUnwindSafe for SpawnFlags
impl Send for SpawnFlags
impl Sync for SpawnFlags
impl Unpin for SpawnFlags
impl UnwindSafe for SpawnFlags
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