Struct furiosa_smi_rs::DeviceInfo
source · pub struct DeviceInfo { /* private fields */ }
Expand description
A struct for device information
Implementations§
source§impl DeviceInfo
impl DeviceInfo
sourcepub fn firmware_version(&self) -> VersionInfo
pub fn firmware_version(&self) -> VersionInfo
Get a firmware version of device
Auto Trait Implementations§
impl Freeze for DeviceInfo
impl RefUnwindSafe for DeviceInfo
impl Send for DeviceInfo
impl Sync for DeviceInfo
impl Unpin for DeviceInfo
impl UnwindSafe for DeviceInfo
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