Struct nvml_wrapper_sys::bindings::nvmlHwbcEntry_st
source · #[repr(C)]pub struct nvmlHwbcEntry_st {
pub hwbcId: c_uint,
pub firmwareVersion: [c_char; 32],
}
Fields§
§hwbcId: c_uint
§firmwareVersion: [c_char; 32]
Trait Implementations§
source§impl Clone for nvmlHwbcEntry_st
impl Clone for nvmlHwbcEntry_st
source§fn clone(&self) -> nvmlHwbcEntry_st
fn clone(&self) -> nvmlHwbcEntry_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 nvmlHwbcEntry_st
impl Debug for nvmlHwbcEntry_st
impl Copy for nvmlHwbcEntry_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlHwbcEntry_st
impl Send for nvmlHwbcEntry_st
impl Sync for nvmlHwbcEntry_st
impl Unpin for nvmlHwbcEntry_st
impl UnwindSafe for nvmlHwbcEntry_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