Struct nvml_wrapper::struct_wrappers::unit::HwbcEntry
source · pub struct HwbcEntry {
pub id: u32,
pub firmware_version: String,
}
Expand description
Description of an HWBC entry.
Fields§
§id: u32
§firmware_version: String
Trait Implementations§
source§impl PartialEq for HwbcEntry
impl PartialEq for HwbcEntry
source§impl TryFrom<nvmlHwbcEntry_st> for HwbcEntry
impl TryFrom<nvmlHwbcEntry_st> for HwbcEntry
impl Eq for HwbcEntry
impl StructuralPartialEq for HwbcEntry
Auto Trait Implementations§
impl RefUnwindSafe for HwbcEntry
impl Send for HwbcEntry
impl Sync for HwbcEntry
impl Unpin for HwbcEntry
impl UnwindSafe for HwbcEntry
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