pub struct PushLinkinfoNetkitAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl<Prev: Rec> PushLinkinfoNetkitAttrs<Prev>
impl<Prev: Rec> PushLinkinfoNetkitAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_peer_info(self, value: &[u8]) -> Self
pub fn push_primary(self, value: u8) -> Self
Sourcepub fn push_policy(self, value: u32) -> Self
pub fn push_policy(self, value: u32) -> Self
Associated type: “NetkitPolicy” (enum)
Sourcepub fn push_peer_policy(self, value: u32) -> Self
pub fn push_peer_policy(self, value: u32) -> Self
Associated type: “NetkitPolicy” (enum)
Sourcepub fn push_scrub(self, value: u32) -> Self
pub fn push_scrub(self, value: u32) -> Self
Associated type: “NetkitScrub” (enum)
Sourcepub fn push_peer_scrub(self, value: u32) -> Self
pub fn push_peer_scrub(self, value: u32) -> Self
Associated type: “NetkitScrub” (enum)
pub fn push_headroom(self, value: u16) -> Self
pub fn push_tailroom(self, value: u16) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushLinkinfoNetkitAttrs<Prev>
impl<Prev: Rec> Drop for PushLinkinfoNetkitAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushLinkinfoNetkitAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushLinkinfoNetkitAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushLinkinfoNetkitAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushLinkinfoNetkitAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushLinkinfoNetkitAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushLinkinfoNetkitAttrs<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