pub struct MctpLinuxListener { /* private fields */ }
Expand description
A Listener for Linux MCTP messages
Implementations§
Source§impl MctpLinuxListener
impl MctpLinuxListener
Trait Implementations§
Source§impl Listener for MctpLinuxListener
impl Listener for MctpLinuxListener
Source§type RespChannel<'a> = MctpLinuxResp<'a>
type RespChannel<'a> = MctpLinuxResp<'a>
RespChannel
type returned by this Listener
Auto Trait Implementations§
impl Freeze for MctpLinuxListener
impl RefUnwindSafe for MctpLinuxListener
impl Send for MctpLinuxListener
impl Sync for MctpLinuxListener
impl Unpin for MctpLinuxListener
impl UnwindSafe for MctpLinuxListener
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