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