pub struct SMBusState { /* private fields */ }
Trait Implementations§
Source§impl Debug for SMBusState
impl Debug for SMBusState
Auto Trait Implementations§
impl Freeze for SMBusState
impl RefUnwindSafe for SMBusState
impl Send for SMBusState
impl Sync for SMBusState
impl Unpin for SMBusState
impl UnwindSafe for SMBusState
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