pub enum DlDpipeTableActions<'a> {
DpipeAction(IterableDlDpipeAction<'a>),
}Available on crate feature
devlink only.Variants§
DpipeAction(IterableDlDpipeAction<'a>)
Attribute may repeat multiple times (treat it as array)
Implementations§
Source§impl DlDpipeTableActions<'_>
impl DlDpipeTableActions<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableDlDpipeTableActions<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for DlDpipeTableActions<'a>
impl<'a> Clone for DlDpipeTableActions<'a>
Source§fn clone(&self) -> DlDpipeTableActions<'a>
fn clone(&self) -> DlDpipeTableActions<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for DlDpipeTableActions<'a>
impl<'a> RefUnwindSafe for DlDpipeTableActions<'a>
impl<'a> Send for DlDpipeTableActions<'a>
impl<'a> Sync for DlDpipeTableActions<'a>
impl<'a> Unpin for DlDpipeTableActions<'a>
impl<'a> UnsafeUnpin for DlDpipeTableActions<'a>
impl<'a> UnwindSafe for DlDpipeTableActions<'a>
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