#[repr(C)]pub struct otUdpReceiver {
pub mNext: *mut otUdpReceiver,
pub mHandler: otUdpHandler,
pub mContext: *mut c_void,
}
Expand description
Represents a UDP receiver.
Fields§
§mNext: *mut otUdpReceiver
< A pointer to the next UDP receiver (internal use only).
mHandler: otUdpHandler
< A function pointer to the receiver callback.
mContext: *mut c_void
< A pointer to application-specific context.
Trait Implementations§
Source§impl Clone for otUdpReceiver
impl Clone for otUdpReceiver
Source§fn clone(&self) -> otUdpReceiver
fn clone(&self) -> otUdpReceiver
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for otUdpReceiver
impl Debug for otUdpReceiver
Source§impl Default for otUdpReceiver
impl Default for otUdpReceiver
impl Copy for otUdpReceiver
Auto Trait Implementations§
impl Freeze for otUdpReceiver
impl RefUnwindSafe for otUdpReceiver
impl !Send for otUdpReceiver
impl !Sync for otUdpReceiver
impl Unpin for otUdpReceiver
impl UnwindSafe for otUdpReceiver
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)