pub enum DlDpipeEntryMatchValues<'a> {
DpipeMatchValue(IterableDlDpipeMatchValue<'a>),
}Available on crate feature
devlink only.Variants§
DpipeMatchValue(IterableDlDpipeMatchValue<'a>)
Attribute may repeat multiple times (treat it as array)
Implementations§
Source§impl DlDpipeEntryMatchValues<'_>
impl DlDpipeEntryMatchValues<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableDlDpipeEntryMatchValues<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for DlDpipeEntryMatchValues<'a>
impl<'a> Clone for DlDpipeEntryMatchValues<'a>
Source§fn clone(&self) -> DlDpipeEntryMatchValues<'a>
fn clone(&self) -> DlDpipeEntryMatchValues<'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 DlDpipeEntryMatchValues<'a>
impl<'a> RefUnwindSafe for DlDpipeEntryMatchValues<'a>
impl<'a> Send for DlDpipeEntryMatchValues<'a>
impl<'a> Sync for DlDpipeEntryMatchValues<'a>
impl<'a> Unpin for DlDpipeEntryMatchValues<'a>
impl<'a> UnsafeUnpin for DlDpipeEntryMatchValues<'a>
impl<'a> UnwindSafe for DlDpipeEntryMatchValues<'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