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