pub enum OpGetaddrDumpRequest {}Available on crate feature
rt-addr only.Expand description
Dump address information.
Implementations§
Source§impl OpGetaddrDumpRequest
impl OpGetaddrDumpRequest
pub fn new(buf: &[u8]) -> (PushIfaddrmsg, IterableOpGetaddrDumpRequest<'_>)
Trait Implementations§
Source§impl Clone for OpGetaddrDumpRequest
impl Clone for OpGetaddrDumpRequest
Source§fn clone(&self) -> OpGetaddrDumpRequest
fn clone(&self) -> OpGetaddrDumpRequest
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 OpGetaddrDumpRequest
impl RefUnwindSafe for OpGetaddrDumpRequest
impl Send for OpGetaddrDumpRequest
impl Sync for OpGetaddrDumpRequest
impl Unpin for OpGetaddrDumpRequest
impl UnwindSafe for OpGetaddrDumpRequest
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