pub enum CrashGpuProcessMethod {
CrashGpuProcess,
}Variants§
CrashGpuProcess
Trait Implementations§
Source§impl Clone for CrashGpuProcessMethod
impl Clone for CrashGpuProcessMethod
Source§fn clone(&self) -> CrashGpuProcessMethod
fn clone(&self) -> CrashGpuProcessMethod
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 CrashGpuProcessMethod
impl Debug for CrashGpuProcessMethod
Source§impl<'de> Deserialize<'de> for CrashGpuProcessMethod
impl<'de> Deserialize<'de> for CrashGpuProcessMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CrashGpuProcessMethod
impl PartialEq for CrashGpuProcessMethod
Source§impl Serialize for CrashGpuProcessMethod
impl Serialize for CrashGpuProcessMethod
impl StructuralPartialEq for CrashGpuProcessMethod
Auto Trait Implementations§
impl Freeze for CrashGpuProcessMethod
impl RefUnwindSafe for CrashGpuProcessMethod
impl Send for CrashGpuProcessMethod
impl Sync for CrashGpuProcessMethod
impl Unpin for CrashGpuProcessMethod
impl UnsafeUnpin for CrashGpuProcessMethod
impl UnwindSafe for CrashGpuProcessMethod
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