pub struct PushDlDpipeAction<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Implementations§
Source§impl<Prev: Rec> PushDlDpipeAction<Prev>
impl<Prev: Rec> PushDlDpipeAction<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_dpipe_action_type(self, value: u32) -> Self
pub fn push_dpipe_action_type(self, value: u32) -> Self
Associated type: “DpipeActionType” (enum)
Sourcepub fn push_dpipe_header_id(self, value: u32) -> Self
pub fn push_dpipe_header_id(self, value: u32) -> Self
Associated type: “DpipeHeaderId” (enum)
pub fn push_dpipe_header_global(self, value: u8) -> Self
pub fn push_dpipe_header_index(self, value: u32) -> Self
pub fn push_dpipe_field_id(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushDlDpipeAction<Prev>
impl<Prev: Rec> Drop for PushDlDpipeAction<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushDlDpipeAction<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushDlDpipeAction<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushDlDpipeAction<Prev>where
Prev: Send,
impl<Prev> Sync for PushDlDpipeAction<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushDlDpipeAction<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushDlDpipeAction<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