pub struct PushDlDpipeMatchValue<Prev: Pusher> { /* private fields */ }Available on crate feature
devlink only.Implementations§
Source§impl<Prev: Pusher> PushDlDpipeMatchValue<Prev>
impl<Prev: Pusher> PushDlDpipeMatchValue<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn nested_dpipe_match(self) -> PushDlDpipeMatch<Self>
pub fn nested_dpipe_match(self) -> PushDlDpipeMatch<Self>
Attribute may repeat multiple times (treat it as array)
pub fn push_dpipe_value(self, value: &[u8]) -> Self
pub fn push_dpipe_value_mask(self, value: &[u8]) -> Self
pub fn push_dpipe_value_mapping(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushDlDpipeMatchValue<Prev>
impl<Prev: Pusher> Drop for PushDlDpipeMatchValue<Prev>
Source§impl<Prev: Pusher> Pusher for PushDlDpipeMatchValue<Prev>
impl<Prev: Pusher> Pusher for PushDlDpipeMatchValue<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushDlDpipeMatchValue<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushDlDpipeMatchValue<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushDlDpipeMatchValue<Prev>where
Prev: Send,
impl<Prev> Sync for PushDlDpipeMatchValue<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushDlDpipeMatchValue<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushDlDpipeMatchValue<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushDlDpipeMatchValue<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