pub struct SUdpServerParams {
pub call_back: Box<StdArc<dyn INetCallBack<(String, Vec<u8>)>>>,
pub extra_params: String,
pub local_addr: String,
}
Fields§
§call_back: Box<StdArc<dyn INetCallBack<(String, Vec<u8>)>>>
§extra_params: String
§local_addr: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SUdpServerParams
impl !RefUnwindSafe for SUdpServerParams
impl Send for SUdpServerParams
impl Sync for SUdpServerParams
impl Unpin for SUdpServerParams
impl !UnwindSafe for SUdpServerParams
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