pub struct PortTop<'a> { /* private fields */ }
Expand description
The “producer” side of a queue of packets to send out a MCTP port/interface.
It will be used by Routing
to enqueue packets to a port.
Auto Trait Implementations§
impl<'a> !Freeze for PortTop<'a>
impl<'a> !RefUnwindSafe for PortTop<'a>
impl<'a> Send for PortTop<'a>
impl<'a> Sync for PortTop<'a>
impl<'a> Unpin for PortTop<'a>
impl<'a> !UnwindSafe for PortTop<'a>
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