Struct furiosa_smi_rs::DeviceTemperature
source · pub struct DeviceTemperature { /* private fields */ }
Expand description
A struct for a temperature information of the device
Implementations§
Auto Trait Implementations§
impl Freeze for DeviceTemperature
impl RefUnwindSafe for DeviceTemperature
impl Send for DeviceTemperature
impl Sync for DeviceTemperature
impl Unpin for DeviceTemperature
impl UnwindSafe for DeviceTemperature
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