pub enum DlDpipeMatch {
DpipeMatchType(u32),
DpipeHeaderId(u32),
DpipeHeaderGlobal(u8),
DpipeHeaderIndex(u32),
DpipeFieldId(u32),
}Available on crate feature
devlink only.Variants§
DpipeMatchType(u32)
Associated type: DpipeMatchType (enum)
DpipeHeaderId(u32)
Associated type: DpipeHeaderId (enum)
DpipeHeaderGlobal(u8)
DpipeHeaderIndex(u32)
DpipeFieldId(u32)
Implementations§
Source§impl DlDpipeMatch
impl DlDpipeMatch
pub fn new<'a>(buf: &'a [u8]) -> IterableDlDpipeMatch<'a> ⓘ
Trait Implementations§
Source§impl Clone for DlDpipeMatch
impl Clone for DlDpipeMatch
Source§fn clone(&self) -> DlDpipeMatch
fn clone(&self) -> DlDpipeMatch
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 Freeze for DlDpipeMatch
impl RefUnwindSafe for DlDpipeMatch
impl Send for DlDpipeMatch
impl Sync for DlDpipeMatch
impl Unpin for DlDpipeMatch
impl UnsafeUnpin for DlDpipeMatch
impl UnwindSafe for DlDpipeMatch
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