pub struct HwbcEntry {
pub hwbc_id: u32,
pub firmware_version: String,
}Fields§
§hwbc_id: u32§firmware_version: StringTrait Implementations§
Source§impl From<nvmlHwbcEntry_st> for HwbcEntry
impl From<nvmlHwbcEntry_st> for HwbcEntry
Source§fn from(value: nvmlHwbcEntry_t) -> Self
fn from(value: nvmlHwbcEntry_t) -> Self
Converts to this type from the input type.
impl Eq for HwbcEntry
impl StructuralPartialEq for HwbcEntry
Auto Trait Implementations§
impl Freeze for HwbcEntry
impl RefUnwindSafe for HwbcEntry
impl Send for HwbcEntry
impl Sync for HwbcEntry
impl Unpin for HwbcEntry
impl UnsafeUnpin 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