#[repr(C)]pub struct SpawnFlags(/* private fields */);Implementations§
Source§impl SpawnFlags
impl SpawnFlags
pub const CLONE_RESOURCES: Self
pub const CLONE_CWD: Self
Trait Implementations§
Source§impl BitOr for SpawnFlags
impl BitOr for SpawnFlags
Source§impl Clone for SpawnFlags
impl Clone for SpawnFlags
Source§fn clone(&self) -> SpawnFlags
fn clone(&self) -> SpawnFlags
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 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