pub struct PushOpGetaddrDumpReply<Prev: Rec> { /* private fields */ }Available on crate feature
rt-addr only.Expand description
Dump address information.
Implementations§
Source§impl<Prev: Rec> PushOpGetaddrDumpReply<Prev>
impl<Prev: Rec> PushOpGetaddrDumpReply<Prev>
pub fn new(prev: Prev, header: &PushIfaddrmsg) -> Self
pub fn end_nested(self) -> Prev
pub fn push_address(self, value: IpAddr) -> Self
pub fn push_local(self, value: IpAddr) -> Self
pub fn push_label(self, value: &CStr) -> Self
pub fn push_label_bytes(self, value: &[u8]) -> Self
pub fn push_cacheinfo(self, value: PushIfaCacheinfo) -> Self
Sourcepub fn push_flags(self, value: u32) -> Self
pub fn push_flags(self, value: u32) -> Self
Associated type: “IfaFlags” (1 bit per enumeration)
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpGetaddrDumpReply<Prev>
impl<Prev: Rec> Drop for PushOpGetaddrDumpReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpGetaddrDumpReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpGetaddrDumpReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpGetaddrDumpReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpGetaddrDumpReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpGetaddrDumpReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpGetaddrDumpReply<Prev>where
Prev: 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