pub struct MulticastRecv {
pub multicast_group: u32,
pub message_type: u16,
}Fields§
§multicast_group: u32§message_type: u16Trait Implementations§
Source§impl Clone for MulticastRecv
impl Clone for MulticastRecv
Source§fn clone(&self) -> MulticastRecv
fn clone(&self) -> MulticastRecv
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MulticastRecv
impl RefUnwindSafe for MulticastRecv
impl Send for MulticastRecv
impl Sync for MulticastRecv
impl Unpin for MulticastRecv
impl UnsafeUnpin for MulticastRecv
impl UnwindSafe for MulticastRecv
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