Struct furiosa_smi_rs::DeviceErrorInfo
source · pub struct DeviceErrorInfo { /* private fields */ }
Expand description
A struct for device error information
Implementations§
source§impl DeviceErrorInfo
impl DeviceErrorInfo
sourcepub fn axi_post_error_count(&self) -> u32
pub fn axi_post_error_count(&self) -> u32
Get a axi post error count
sourcepub fn axi_fetch_error_count(&self) -> u32
pub fn axi_fetch_error_count(&self) -> u32
Get a axi fetch error count
sourcepub fn axi_discard_error_count(&self) -> u32
pub fn axi_discard_error_count(&self) -> u32
Get a axi discard error count
sourcepub fn axi_doorbell_error_count(&self) -> u32
pub fn axi_doorbell_error_count(&self) -> u32
Get a axi doorbell error count
sourcepub fn pcie_post_error_count(&self) -> u32
pub fn pcie_post_error_count(&self) -> u32
Get a pcie post error count
sourcepub fn pcie_fetch_error_count(&self) -> u32
pub fn pcie_fetch_error_count(&self) -> u32
Get a pcie fetch error count
sourcepub fn pcie_discard_error_count(&self) -> u32
pub fn pcie_discard_error_count(&self) -> u32
Get a pcie discard error count
sourcepub fn pcie_doorbell_error_count(&self) -> u32
pub fn pcie_doorbell_error_count(&self) -> u32
Get a pcie doorbell error count
sourcepub fn device_error_count(&self) -> u32
pub fn device_error_count(&self) -> u32
Get a device error count
Trait Implementations§
source§impl Clone for DeviceErrorInfo
impl Clone for DeviceErrorInfo
source§fn clone(&self) -> DeviceErrorInfo
fn clone(&self) -> DeviceErrorInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeviceErrorInfo
impl Debug for DeviceErrorInfo
impl Copy for DeviceErrorInfo
Auto Trait Implementations§
impl Freeze for DeviceErrorInfo
impl RefUnwindSafe for DeviceErrorInfo
impl Send for DeviceErrorInfo
impl Sync for DeviceErrorInfo
impl Unpin for DeviceErrorInfo
impl UnwindSafe for DeviceErrorInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)