#[repr(i32)]pub enum EChildProcessQueryExitCode {
ErrorNotSupportedByPlatform = -5,
ErrorFileSave = -4,
ErrorUnimplemented = -3,
ErrorOther = -2,
ErrorCommandline = -1,
Success = 0,
}Variants§
ErrorNotSupportedByPlatform = -5
ErrorFileSave = -4
ErrorUnimplemented = -3
ErrorOther = -2
ErrorCommandline = -1
Success = 0
Implementations§
Trait Implementations§
Source§impl Clone for EChildProcessQueryExitCode
impl Clone for EChildProcessQueryExitCode
Source§fn clone(&self) -> EChildProcessQueryExitCode
fn clone(&self) -> EChildProcessQueryExitCode
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 EChildProcessQueryExitCode
impl Debug for EChildProcessQueryExitCode
Source§impl Hash for EChildProcessQueryExitCode
impl Hash for EChildProcessQueryExitCode
impl Copy for EChildProcessQueryExitCode
impl Eq for EChildProcessQueryExitCode
impl StructuralPartialEq for EChildProcessQueryExitCode
Auto Trait Implementations§
impl Freeze for EChildProcessQueryExitCode
impl RefUnwindSafe for EChildProcessQueryExitCode
impl Send for EChildProcessQueryExitCode
impl Sync for EChildProcessQueryExitCode
impl Unpin for EChildProcessQueryExitCode
impl UnsafeUnpin for EChildProcessQueryExitCode
impl UnwindSafe for EChildProcessQueryExitCode
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