pub struct PushOpSetneightblDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
rt-neigh only.Expand description
Set neighbour tables
Implementations§
Source§impl<Prev: Rec> PushOpSetneightblDoRequest<Prev>
impl<Prev: Rec> PushOpSetneightblDoRequest<Prev>
pub fn new(prev: Prev, header: &PushNdtmsg) -> Self
pub fn end_nested(self) -> Prev
pub fn push_name(self, value: &CStr) -> Self
pub fn push_name_bytes(self, value: &[u8]) -> Self
pub fn push_thresh1(self, value: u32) -> Self
pub fn push_thresh2(self, value: u32) -> Self
pub fn push_thresh3(self, value: u32) -> Self
pub fn nested_parms(self) -> PushNdtpaAttrs<Self>
pub fn push_gc_interval(self, value: u64) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpSetneightblDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpSetneightblDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpSetneightblDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpSetneightblDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpSetneightblDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpSetneightblDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpSetneightblDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpSetneightblDoRequest<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