pub struct CrashGpuProcess {}Expand description
Crashes GPU process. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for CrashGpuProcess
impl Clone for CrashGpuProcess
Source§fn clone(&self) -> CrashGpuProcess
fn clone(&self) -> CrashGpuProcess
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 Command for CrashGpuProcess
impl Command for CrashGpuProcess
Source§impl Debug for CrashGpuProcess
impl Debug for CrashGpuProcess
Auto Trait Implementations§
impl Freeze for CrashGpuProcess
impl RefUnwindSafe for CrashGpuProcess
impl Send for CrashGpuProcess
impl Sync for CrashGpuProcess
impl Unpin for CrashGpuProcess
impl UnwindSafe for CrashGpuProcess
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