Struct nvml_wrapper_sys::bindings::nvmlComputeInstance_st
source · #[repr(C)]pub struct nvmlComputeInstance_st { /* private fields */ }
Trait Implementations§
source§impl Clone for nvmlComputeInstance_st
impl Clone for nvmlComputeInstance_st
source§fn clone(&self) -> nvmlComputeInstance_st
fn clone(&self) -> nvmlComputeInstance_st
Returns a copy 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 nvmlComputeInstance_st
impl Debug for nvmlComputeInstance_st
impl Copy for nvmlComputeInstance_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlComputeInstance_st
impl Send for nvmlComputeInstance_st
impl Sync for nvmlComputeInstance_st
impl Unpin for nvmlComputeInstance_st
impl UnwindSafe for nvmlComputeInstance_st
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