pub struct Daemonize {
pub chdir: Option<PathBuf>,
pub pid_file: Option<PathBuf>,
pub stdin_file: Option<PathBuf>,
pub stdout_file: Option<PathBuf>,
pub stderr_file: Option<PathBuf>,
pub umask: Option<mode_t>,
pub chroot: bool,
pub append: bool,
}Fields§
§chdir: Option<PathBuf>§pid_file: Option<PathBuf>§stdin_file: Option<PathBuf>§stdout_file: Option<PathBuf>§stderr_file: Option<PathBuf>§umask: Option<mode_t>§chroot: bool§append: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Daemonize
impl RefUnwindSafe for Daemonize
impl Send for Daemonize
impl Sync for Daemonize
impl Unpin for Daemonize
impl UnwindSafe for Daemonize
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