pub struct MulticastRecord<B> { /* private fields */ }
Expand description
Wire representation of an MLDv2 Report’s Multicast Record, per RFC 3810 section 5.2.
Implementations§
Source§impl<B: SplitByteSlice> MulticastRecord<B>
impl<B: SplitByteSlice> MulticastRecord<B>
Auto Trait Implementations§
impl<B> Freeze for MulticastRecord<B>where
B: Freeze,
impl<B> RefUnwindSafe for MulticastRecord<B>where
B: RefUnwindSafe,
impl<B> Send for MulticastRecord<B>where
B: Send,
impl<B> Sync for MulticastRecord<B>where
B: Sync,
impl<B> Unpin for MulticastRecord<B>where
B: Unpin,
impl<B> UnwindSafe for MulticastRecord<B>where
B: UnwindSafe,
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