pub struct AxiErrorInfo {
pub address_low: u32,
pub address_high: u32,
pub is_no_slave: bool,
}Fields§
§address_low: u32§address_high: u32§is_no_slave: boolImplementations§
Source§impl AxiErrorInfo
impl AxiErrorInfo
Sourcepub fn full_address(&self) -> u64
pub fn full_address(&self) -> u64
Performs the full address operation.
Sourcepub fn error_type_str(&self) -> &'static str
pub fn error_type_str(&self) -> &'static str
Performs the error type str operation.
Auto Trait Implementations§
impl Freeze for AxiErrorInfo
impl RefUnwindSafe for AxiErrorInfo
impl Send for AxiErrorInfo
impl Sync for AxiErrorInfo
impl Unpin for AxiErrorInfo
impl UnsafeUnpin for AxiErrorInfo
impl UnwindSafe for AxiErrorInfo
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