pub struct PushAfSpecAttrs<Prev: Pusher> { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl<Prev: Pusher> PushAfSpecAttrs<Prev>
impl<Prev: Pusher> PushAfSpecAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_inet(self) -> PushIflaAttrs<Self>
pub fn nested_inet6(self) -> PushIfla6Attrs<Self>
pub fn nested_mctp(self) -> PushMctpAttrs<Self>
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushAfSpecAttrs<Prev>
impl<Prev: Pusher> Drop for PushAfSpecAttrs<Prev>
Source§impl<Prev: Pusher> Pusher for PushAfSpecAttrs<Prev>
impl<Prev: Pusher> Pusher for PushAfSpecAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushAfSpecAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushAfSpecAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushAfSpecAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushAfSpecAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushAfSpecAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushAfSpecAttrs<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushAfSpecAttrs<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