pub struct RegisterResponse {
pub value: u32,
pub chip_addr: u8,
pub register: Register,
}Fields§
§value: u32§chip_addr: u8§register: RegisterTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegisterResponse
impl RefUnwindSafe for RegisterResponse
impl Send for RegisterResponse
impl Sync for RegisterResponse
impl Unpin for RegisterResponse
impl UnwindSafe for RegisterResponse
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