Struct capsules_extra::net::udp::udp_port_table::UdpPortBindingRx
source · pub struct UdpPortBindingRx { /* private fields */ }
Expand description
An opaque descriptor that allows the holder to obtain a binding on a port for receiving UDP packets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdpPortBindingRx
impl RefUnwindSafe for UdpPortBindingRx
impl Send for UdpPortBindingRx
impl Sync for UdpPortBindingRx
impl Unpin for UdpPortBindingRx
impl UnwindSafe for UdpPortBindingRx
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