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