pub enum OpGetmulticastDoReply<'a> {
Cacheinfo(PushIfaCacheinfo),
Multicast(&'a [u8]),
}Available on crate feature
rt-addr only.Expand description
Get / dump IPv4/IPv6 multicast addresses.
Variants§
Cacheinfo(PushIfaCacheinfo)
Multicast(&'a [u8])
Implementations§
Source§impl<'a> OpGetmulticastDoReply<'a>
impl<'a> OpGetmulticastDoReply<'a>
pub fn new(buf: &'a [u8]) -> (PushIfaddrmsg, IterableOpGetmulticastDoReply<'a>)
Trait Implementations§
Source§impl<'a> Clone for OpGetmulticastDoReply<'a>
impl<'a> Clone for OpGetmulticastDoReply<'a>
Source§fn clone(&self) -> OpGetmulticastDoReply<'a>
fn clone(&self) -> OpGetmulticastDoReply<'a>
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<'a> Freeze for OpGetmulticastDoReply<'a>
impl<'a> RefUnwindSafe for OpGetmulticastDoReply<'a>
impl<'a> Send for OpGetmulticastDoReply<'a>
impl<'a> Sync for OpGetmulticastDoReply<'a>
impl<'a> Unpin for OpGetmulticastDoReply<'a>
impl<'a> UnwindSafe for OpGetmulticastDoReply<'a>
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