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