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