pub struct ErrorInfo {
pub err_type: ErrorType,
pub master_addr: u32,
pub slave_addr: u32,
pub header: u32,
pub main_reg: u32,
}Fields§
§err_type: ErrorType§master_addr: u32§slave_addr: u32§header: u32§main_reg: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorInfo
impl RefUnwindSafe for ErrorInfo
impl Send for ErrorInfo
impl Sync for ErrorInfo
impl Unpin for ErrorInfo
impl UnsafeUnpin for ErrorInfo
impl UnwindSafe for ErrorInfo
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