pub enum DlDpipeTables<'a> {
DpipeTable(IterableDlDpipeTable<'a>),
}Available on crate feature
devlink only.Variants§
DpipeTable(IterableDlDpipeTable<'a>)
Attribute may repeat multiple times (treat it as array)
Implementations§
Source§impl DlDpipeTables<'_>
impl DlDpipeTables<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableDlDpipeTables<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for DlDpipeTables<'a>
impl<'a> Clone for DlDpipeTables<'a>
Source§fn clone(&self) -> DlDpipeTables<'a>
fn clone(&self) -> DlDpipeTables<'a>
Returns a duplicate of the value. Read more
1.0.0 · 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 DlDpipeTables<'a>
impl<'a> RefUnwindSafe for DlDpipeTables<'a>
impl<'a> Send for DlDpipeTables<'a>
impl<'a> Sync for DlDpipeTables<'a>
impl<'a> Unpin for DlDpipeTables<'a>
impl<'a> UnwindSafe for DlDpipeTables<'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