pub struct FieldId(pub u32);
Expand description
Populate this newtype with the constants nvml_wrapper::sys_exports::field_id::*
.
Used in FieldValue
and Device.field_values_for()
.
Tuple Fields§
§0: u32
Trait Implementations§
impl Eq for FieldId
impl StructuralPartialEq for FieldId
Auto Trait Implementations§
impl Freeze for FieldId
impl RefUnwindSafe for FieldId
impl Send for FieldId
impl Sync for FieldId
impl Unpin for FieldId
impl UnwindSafe for FieldId
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