pub struct Pdi {
pub value: u64,
}Fields§
§value: u64Trait Implementations§
Source§impl From<nvmlPdi_v1_t> for Pdi
impl From<nvmlPdi_v1_t> for Pdi
impl Copy for Pdi
impl Eq for Pdi
impl StructuralPartialEq for Pdi
Auto Trait Implementations§
impl Freeze for Pdi
impl RefUnwindSafe for Pdi
impl Send for Pdi
impl Sync for Pdi
impl Unpin for Pdi
impl UnsafeUnpin for Pdi
impl UnwindSafe for Pdi
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