#[repr(i32)]pub enum EChildProcessQueryCommand {
Invalid = 0,
GpuTopology = 1,
Max = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EChildProcessQueryCommand
impl Clone for EChildProcessQueryCommand
Source§fn clone(&self) -> EChildProcessQueryCommand
fn clone(&self) -> EChildProcessQueryCommand
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 EChildProcessQueryCommand
impl Debug for EChildProcessQueryCommand
Source§impl Hash for EChildProcessQueryCommand
impl Hash for EChildProcessQueryCommand
impl Copy for EChildProcessQueryCommand
impl Eq for EChildProcessQueryCommand
impl StructuralPartialEq for EChildProcessQueryCommand
Auto Trait Implementations§
impl Freeze for EChildProcessQueryCommand
impl RefUnwindSafe for EChildProcessQueryCommand
impl Send for EChildProcessQueryCommand
impl Sync for EChildProcessQueryCommand
impl Unpin for EChildProcessQueryCommand
impl UnsafeUnpin for EChildProcessQueryCommand
impl UnwindSafe for EChildProcessQueryCommand
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