Struct arceos_api::net::AxUdpSocketHandle
source · pub struct AxUdpSocketHandle(/* private fields */);
Available on crate feature
net
only.Expand description
A handle to a UDP socket.
Auto Trait Implementations§
impl !Freeze for AxUdpSocketHandle
impl !RefUnwindSafe for AxUdpSocketHandle
impl Send for AxUdpSocketHandle
impl Sync for AxUdpSocketHandle
impl Unpin for AxUdpSocketHandle
impl UnwindSafe for AxUdpSocketHandle
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