pub enum DpipeActionType {
FieldModify = 0,
}Available on crate feature
devlink only.Expand description
Enum - defines an integer enumeration, with values for each entry incrementing by 1, (e.g. 0, 1, 2, 3)
Variants§
FieldModify = 0
Implementations§
Source§impl DpipeActionType
impl DpipeActionType
pub fn from_value(value: u64) -> Option<Self>
Trait Implementations§
Source§impl Clone for DpipeActionType
impl Clone for DpipeActionType
Source§fn clone(&self) -> DpipeActionType
fn clone(&self) -> DpipeActionType
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 moreSource§impl Debug for DpipeActionType
impl Debug for DpipeActionType
impl Copy for DpipeActionType
Auto Trait Implementations§
impl Freeze for DpipeActionType
impl RefUnwindSafe for DpipeActionType
impl Send for DpipeActionType
impl Sync for DpipeActionType
impl Unpin for DpipeActionType
impl UnwindSafe for DpipeActionType
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