pub struct DgramSocket { /* private fields */ }
Implementations§
Source§impl DgramSocket
impl DgramSocket
Sourcepub fn builder() -> DgramSocketBuilder
pub fn builder() -> DgramSocketBuilder
Create an instance of DgramSocket
using the builder syntax
Trait Implementations§
Source§impl ToCommand for DgramSocket
impl ToCommand for DgramSocket
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
Auto Trait Implementations§
impl Freeze for DgramSocket
impl RefUnwindSafe for DgramSocket
impl Send for DgramSocket
impl Sync for DgramSocket
impl Unpin for DgramSocket
impl UnwindSafe for DgramSocket
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