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