pub struct CreateFlags { /* private fields */ }Implementations§
Source§impl CreateFlags
impl CreateFlags
pub fn none() -> CreateFlags
pub fn new() -> CreateFlags
pub fn create_no_environment(self, flag: bool) -> CreateFlags
pub fn create_no_close_on_exit_flag(self, flag: bool) -> CreateFlags
Auto Trait Implementations§
impl Freeze for CreateFlags
impl RefUnwindSafe for CreateFlags
impl Send for CreateFlags
impl Sync for CreateFlags
impl Unpin for CreateFlags
impl UnwindSafe for CreateFlags
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