Struct nvml_wrapper::structs::device::FieldId
source · 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§
source§impl PartialEq for FieldId
impl PartialEq for FieldId
impl Eq for FieldId
impl StructuralPartialEq for FieldId
Auto Trait Implementations§
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