Struct nvml_wrapper::struct_wrappers::unit::HwbcEntry
source · [−]Expand description
Description of an HWBC entry.
Fields
id: u32firmware_version: StringTrait Implementations
sourceimpl TryFrom<nvmlHwbcEntry_st> for HwbcEntry
impl TryFrom<nvmlHwbcEntry_st> for HwbcEntry
impl Eq for HwbcEntry
impl StructuralEq 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more