pub struct PushDlDpipeTable<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Implementations§
Source§impl<Prev: Rec> PushDlDpipeTable<Prev>
impl<Prev: Rec> PushDlDpipeTable<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_dpipe_table_name(self, value: &CStr) -> Self
pub fn push_dpipe_table_name_bytes(self, value: &[u8]) -> Self
pub fn push_dpipe_table_size(self, value: u64) -> Self
pub fn nested_dpipe_table_matches(self) -> PushDlDpipeTableMatches<Self>
pub fn nested_dpipe_table_actions(self) -> PushDlDpipeTableActions<Self>
pub fn push_dpipe_table_counters_enabled(self, value: u8) -> Self
pub fn push_dpipe_table_resource_id(self, value: u64) -> Self
pub fn push_dpipe_table_resource_units(self, value: u64) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushDlDpipeTable<Prev>
impl<Prev: Rec> Drop for PushDlDpipeTable<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushDlDpipeTable<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushDlDpipeTable<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushDlDpipeTable<Prev>where
Prev: Send,
impl<Prev> Sync for PushDlDpipeTable<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushDlDpipeTable<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushDlDpipeTable<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