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